Html Css Color HEX #D85027 Chilean Fire

📋 copy color: '#D85027'

red 216 ◦ green 80 ◦ blue 39

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

Shades of Chilean Fire #D85027

Tints of Chilean Fire #D85027

RGB

 RED value IS 216 (84.77% from 255) = 64.48%

 GREEN value IS 80 (31.64% from 255) = 23.88%

 BLUE value IS 39 (15.63% from 255) = 11.64%

R = 64.48%
G = 23.88%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D85027 (or 0xD85027) is known color: Chilean Fire. HEX triplet: D8, 50 and 27. RGB value is (216,80,39). Sum of RGB (Red+Green+Blue) = 216+80+39=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D85027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85027 is #27AFD8. Grayscale: #747474. Windows color (decimal): -2600921 or 2576600. OLE color: 2576600.

HSL color Cylindrical-coordinate representation of color #D85027: hue angle of 13.9º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D85027 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 80 39 -
CMYK 0 0.63 0.82 0.15
HSL 13.9º 0.69% 0.5% -
HSV(B) 13.9º 0.82% 0.85% -
XYZ 31.55 20.48 4.21 -
YUV 115.99 84.56 199.33 -
System Red Green Blue C M Y K H S L
Decimal 216 80 39 0 0.63 0.82 0.15 13.9 0.69 0.5
Hex D8 50 27 0 3F 52 F E 45 32
Octal 330 120 47 0 77 122 17 16 105 62
Binary 11011000 1010000 100111 0 111111 1010010 1111 1110 1000101 110010

Color Harmonies of #D85027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85027

Black with #D85027

Text Example


Text Example

White with #D85027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85027; }

 p { color: rgb(216,80,39); }

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

background-color css

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

 a { background-color: rgb(216,80,39); }

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

border-color css

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

 span { border-color: rgb(216,80,39); }

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