Html Css Color HEX #D46027 Chilean Fire

📋 copy color: '#D46027'

red 212 ◦ green 96 ◦ blue 39

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

Shades of Chilean Fire #D46027

Tints of Chilean Fire #D46027

RGB

 RED value IS 212 (83.2% from 255) = 61.1%

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

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

R = 61.1%
G = 27.67%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D46027 (or 0xD46027) is known color: Chilean Fire. HEX triplet: D4, 60 and 27. RGB value is (212,96,39). Sum of RGB (Red+Green+Blue) = 212+96+39=347 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.10% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 39 (15.62% from 255 or 11.24% from 347); Max value from RGB is 212 - color contains mainly: red. Hex color #D46027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46027 is #2B9FD8. Grayscale: #7C7C7C. Windows color (decimal): -2858969 or 2580692. OLE color: 2580692.

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

Color convert

RGB 212 96 39 -
CMYK 0 0.55 0.82 0.17
HSL 19.77º 0.69% 0.49% -
HSV(B) 19.77º 0.82% 0.83% -
XYZ 31.7 22.51 4.59 -
YUV 124.19 79.93 190.63 -
System Red Green Blue C M Y K H S L
Decimal 212 96 39 0 0.55 0.82 0.17 19.77 0.69 0.49
Hex D4 60 27 0 37 52 11 14 45 31
Octal 324 140 47 0 67 122 21 24 105 61
Binary 11010100 1100000 100111 0 110111 1010010 10001 10100 1000101 110001

Color Harmonies of #D46027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46027

Black with #D46027

Text Example


Text Example

White with #D46027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46027; }

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

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

background-color css

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

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

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

border-color css

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

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

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