Html Css Color HEX #D36128 Chilean Fire

📋 copy color: '#D36128'

red 211 ◦ green 97 ◦ blue 40

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

Shades of Chilean Fire #D36128

Tints of Chilean Fire #D36128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.49%

R = 60.63%
G = 27.87%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D36128 (or 0xD36128) is known color: Chilean Fire. HEX triplet: D3, 61 and 28. RGB value is (211,97,40). Sum of RGB (Red+Green+Blue) = 211+97+40=348 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.63% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 211 - color contains mainly: red. Hex color #D36128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36128 is #2C9ED7. Grayscale: #7C7C7C. Windows color (decimal): -2924248 or 2646483. OLE color: 2646483.

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

Color convert

RGB 211 97 40 -
CMYK 0 0.54 0.81 0.17
HSL 20º 0.68% 0.49% -
HSV(B) 20º 0.81% 0.83% -
XYZ 31.52 22.55 4.7 -
YUV 124.59 80.27 189.63 -
System Red Green Blue C M Y K H S L
Decimal 211 97 40 0 0.54 0.81 0.17 20 0.68 0.49
Hex D3 61 28 0 36 51 11 14 44 31
Octal 323 141 50 0 66 121 21 24 104 61
Binary 11010011 1100001 101000 0 110110 1010001 10001 10100 1000100 110001

Color Harmonies of #D36128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36128

Black with #D36128

Text Example


Text Example

White with #D36128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36128; }

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

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

background-color css

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

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

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

border-color css

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

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

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