Html Css Color HEX #D55731 Chilean Fire

📋 copy color: '#D55731'

red 213 ◦ green 87 ◦ blue 49

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

Shades of Chilean Fire #D55731

Tints of Chilean Fire #D55731

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.93%

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

R = 61.03%
G = 24.93%
B = 14.04%

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

#D55731 (or 0xD55731) is known color: Chilean Fire. HEX triplet: D5, 57 and 31. RGB value is (213,87,49). Sum of RGB (Red+Green+Blue) = 213+87+49=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D55731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55731 is #2AA8CE. Grayscale: #787878. Windows color (decimal): -2795727 or 3233749. OLE color: 3233749.

HSL color Cylindrical-coordinate representation of color #D55731: hue angle of 13.9º 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 #D55731 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 87 49 -
CMYK 0 0.59 0.77 0.16
HSL 13.9º 0.66% 0.51% -
HSV(B) 13.9º 0.77% 0.84% -
XYZ 31.4 21.18 5.34 -
YUV 120.34 87.74 194.09 -
System Red Green Blue C M Y K H S L
Decimal 213 87 49 0 0.59 0.77 0.16 13.9 0.66 0.51
Hex D5 57 31 0 3B 4D 10 E 42 33
Octal 325 127 61 0 73 115 20 16 102 63
Binary 11010101 1010111 110001 0 111011 1001101 10000 1110 1000010 110011

Color Harmonies of #D55731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55731

Black with #D55731

Text Example


Text Example

White with #D55731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55731; }

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

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

background-color css

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

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

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

border-color css

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

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

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