Html Css Color HEX #D55831 Chilean Fire

📋 copy color: '#D55831'

red 213 ◦ green 88 ◦ blue 49

#D55831
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chilean Fire #D55831

Tints of Chilean Fire #D55831

RGB

 RED value IS 213 (83.59% from 255) = 60.86%

 GREEN value IS 88 (34.77% from 255) = 25.14%

 BLUE value IS 49 (19.53% from 255) = 14%

R = 60.86%
G = 25.14%
B = 14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.77

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D55831 (or 0xD55831) is known color: Chilean Fire. HEX triplet: D5, 58 and 31. RGB value is (213,88,49). Sum of RGB (Red+Green+Blue) = 213+88+49=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D55831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55831 is #2AA7CE. Grayscale: #797979. Windows color (decimal): -2795471 or 3234005. OLE color: 3234005.

HSL color Cylindrical-coordinate representation of color #D55831: hue angle of 14.27º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D55831 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 88 49 -
CMYK 0 0.59 0.77 0.16
HSL 14.27º 0.66% 0.51% -
HSV(B) 14.27º 0.77% 0.84% -
XYZ 31.48 21.35 5.37 -
YUV 120.93 87.41 193.67 -
System Red Green Blue C M Y K H S L
Decimal 213 88 49 0 0.59 0.77 0.16 14.27 0.66 0.51
Hex D5 58 31 0 3B 4D 10 E 42 33
Octal 325 130 61 0 73 115 20 16 102 63
Binary 11010101 1011000 110001 0 111011 1001101 10000 1110 1000010 110011

Color Harmonies of #D55831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55831

Black with #D55831

Text Example


Text Example

White with #D55831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55831; }

 p { color: rgb(213,88,49); }

 H1.HeaderClassName
 {
   color: #D55831;
 }
 .AnyTagClassName
 {
   color: #D55831;
 }
</style>

background-color css

<style>
 a { background-color: #D55831; }

 a { background-color: rgb(213,88,49); }

 div.DivClassName
 {
   background-color: #D55831;
 }
 .BgClassName
 {
   background-color: #D55831;
 }
</style>

border-color css

<style>
 span { border-color: #D55831; }

 span { border-color: rgb(213,88,49); }

 td.TdClassName
 {
   border-color: #D55831;
 }
 .TagClassName
 {
   border-color: #D55831;
 }
</style>