Html Css Color HEX #D66027 Chilean Fire

📋 copy color: '#D66027'

red 214 ◦ green 96 ◦ blue 39

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

Shades of Chilean Fire #D66027

Tints of Chilean Fire #D66027

RGB

 RED value IS 214 (83.98% from 255) = 61.32%

 GREEN value IS 96 (37.89% from 255) = 27.51%

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

R = 61.32%
G = 27.51%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D66027 (or 0xD66027) is known color: Chilean Fire. HEX triplet: D6, 60 and 27. RGB value is (214,96,39). Sum of RGB (Red+Green+Blue) = 214+96+39=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 39 (15.62% from 255 or 11.17% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D66027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66027 is #299FD8. Grayscale: #7D7D7D. Windows color (decimal): -2727897 or 2580694. OLE color: 2580694.

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

Color convert

RGB 214 96 39 -
CMYK 0 0.55 0.82 0.16
HSL 19.54º 0.69% 0.5% -
HSV(B) 19.54º 0.82% 0.84% -
XYZ 32.28 22.81 4.62 -
YUV 124.78 79.59 191.63 -
System Red Green Blue C M Y K H S L
Decimal 214 96 39 0 0.55 0.82 0.16 19.54 0.69 0.5
Hex D6 60 27 0 37 52 10 14 45 32
Octal 326 140 47 0 67 122 20 24 105 62
Binary 11010110 1100000 100111 0 110111 1010010 10000 10100 1000101 110010

Color Harmonies of #D66027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66027

Black with #D66027

Text Example


Text Example

White with #D66027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66027; }

 p { color: rgb(214,96,39); }

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

background-color css

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

 a { background-color: rgb(214,96,39); }

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

border-color css

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

 span { border-color: rgb(214,96,39); }

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