Html Css Color HEX #D15525 Chilean Fire

📋 copy color: '#D15525'

red 209 ◦ green 85 ◦ blue 37

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

Shades of Chilean Fire #D15525

Tints of Chilean Fire #D15525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.18%

R = 63.14%
G = 25.68%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D15525 (or 0xD15525) is known color: Chilean Fire. HEX triplet: D1, 55 and 25. RGB value is (209,85,37). Sum of RGB (Red+Green+Blue) = 209+85+37=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 37 (14.84% from 255 or 11.18% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D15525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15525 is #2EAADA. Grayscale: #747474. Windows color (decimal): -3058395 or 2446801. OLE color: 2446801.

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

Color convert

RGB 209 85 37 -
CMYK 0 0.59 0.82 0.18
HSL 16.74º 0.7% 0.48% -
HSV(B) 16.74º 0.82% 0.82% -
XYZ 29.88 20.19 4.07 -
YUV 116.6 83.08 193.9 -
System Red Green Blue C M Y K H S L
Decimal 209 85 37 0 0.59 0.82 0.18 16.74 0.7 0.48
Hex D1 55 25 0 3B 52 12 11 46 30
Octal 321 125 45 0 73 122 22 21 106 60
Binary 11010001 1010101 100101 0 111011 1010010 10010 10001 1000110 110000

Color Harmonies of #D15525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15525

Black with #D15525

Text Example


Text Example

White with #D15525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15525; }

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

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

background-color css

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

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

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

border-color css

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

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

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