Html Css Color HEX #D15521 Chilean Fire

📋 copy color: '#D15521'

red 209 ◦ green 85 ◦ blue 33

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

Shades of Chilean Fire #D15521

Tints of Chilean Fire #D15521

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.99%

 BLUE value IS 33 (13.28% from 255) = 10.09%

R = 63.91%
G = 25.99%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D15521 (or 0xD15521) is known color: Chilean Fire. HEX triplet: D1, 55 and 21. RGB value is (209,85,33). Sum of RGB (Red+Green+Blue) = 209+85+33=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 33 (13.28% from 255 or 10.09% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D15521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15521 is #2EAADE. Grayscale: #747474. Windows color (decimal): -3058399 or 2184657. OLE color: 2184657.

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

Color convert

RGB 209 85 33 -
CMYK 0 0.59 0.84 0.18
HSL 17.73º 0.73% 0.47% -
HSV(B) 17.73º 0.84% 0.82% -
XYZ 29.82 20.16 3.76 -
YUV 116.15 81.08 194.23 -
System Red Green Blue C M Y K H S L
Decimal 209 85 33 0 0.59 0.84 0.18 17.73 0.73 0.47
Hex D1 55 21 0 3B 54 12 12 49 2F
Octal 321 125 41 0 73 124 22 22 111 57
Binary 11010001 1010101 100001 0 111011 1010100 10010 10010 1001001 101111

Color Harmonies of #D15521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15521

Black with #D15521

Text Example


Text Example

White with #D15521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15521; }

 p { color: rgb(209,85,33); }

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

background-color css

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

 a { background-color: rgb(209,85,33); }

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

border-color css

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

 span { border-color: rgb(209,85,33); }

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