Html Css Color HEX #D36136 Chilean Fire

📋 copy color: '#D36136'

red 211 ◦ green 97 ◦ blue 54

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

Shades of Chilean Fire #D36136

Tints of Chilean Fire #D36136

RGB

 RED value IS 211 (82.81% from 255) = 58.29%

 GREEN value IS 97 (38.28% from 255) = 26.8%

 BLUE value IS 54 (21.48% from 255) = 14.92%

R = 58.29%
G = 26.8%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#D36136 (or 0xD36136) is known color: Chilean Fire. HEX triplet: D3, 61 and 36. RGB value is (211,97,54). Sum of RGB (Red+Green+Blue) = 211+97+54=362 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.29% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 54 (21.48% from 255 or 14.92% from 362); Max value from RGB is 211 - color contains mainly: red. Hex color #D36136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36136 is #2C9EC9. Grayscale: #7E7E7E. Windows color (decimal): -2924234 or 3563987. OLE color: 3563987.

HSL color Cylindrical-coordinate representation of color #D36136: hue angle of 16.43º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D36136 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 97 54 -
CMYK 0 0.54 0.74 0.17
HSL 16.43º 0.64% 0.52% -
HSV(B) 16.43º 0.74% 0.83% -
XYZ 31.8 22.66 6.19 -
YUV 126.18 87.27 188.5 -
System Red Green Blue C M Y K H S L
Decimal 211 97 54 0 0.54 0.74 0.17 16.43 0.64 0.52
Hex D3 61 36 0 36 4A 11 10 40 34
Octal 323 141 66 0 66 112 21 20 100 64
Binary 11010011 1100001 110110 0 110110 1001010 10001 10000 1000000 110100

Color Harmonies of #D36136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36136

Black with #D36136

Text Example


Text Example

White with #D36136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36136; }

 p { color: rgb(211,97,54); }

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

background-color css

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

 a { background-color: rgb(211,97,54); }

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

border-color css

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

 span { border-color: rgb(211,97,54); }

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