Html Css Color HEX #D15220 Chilean Fire

📋 copy color: '#D15220'

red 209 ◦ green 82 ◦ blue 32

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

Shades of Chilean Fire #D15220

Tints of Chilean Fire #D15220

RGB

 RED value IS 209 (82.03% from 255) = 64.71%

 GREEN value IS 82 (32.42% from 255) = 25.39%

 BLUE value IS 32 (12.89% from 255) = 9.91%

R = 64.71%
G = 25.39%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D15220 (or 0xD15220) is known color: Chilean Fire. HEX triplet: D1, 52 and 20. RGB value is (209,82,32). Sum of RGB (Red+Green+Blue) = 209+82+32=323 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.71% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 209 - color contains mainly: red. Hex color #D15220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15220 is #2EADDF. Grayscale: #727272. Windows color (decimal): -3059168 or 2118353. OLE color: 2118353.

HSL color Cylindrical-coordinate representation of color #D15220: hue angle of 16.95º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D15220 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 82 32 -
CMYK 0 0.61 0.85 0.18
HSL 16.95º 0.73% 0.47% -
HSV(B) 16.95º 0.85% 0.82% -
XYZ 29.57 19.69 3.61 -
YUV 114.27 81.58 195.57 -
System Red Green Blue C M Y K H S L
Decimal 209 82 32 0 0.61 0.85 0.18 16.95 0.73 0.47
Hex D1 52 20 0 3D 55 12 11 49 2F
Octal 321 122 40 0 75 125 22 21 111 57
Binary 11010001 1010010 100000 0 111101 1010101 10010 10001 1001001 101111

Color Harmonies of #D15220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15220

Black with #D15220

Text Example


Text Example

White with #D15220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15220; }

 p { color: rgb(209,82,32); }

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

background-color css

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

 a { background-color: rgb(209,82,32); }

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

border-color css

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

 span { border-color: rgb(209,82,32); }

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