Html Css Color HEX #D15535 Chilean Fire

📋 copy color: '#D15535'

red 209 ◦ green 85 ◦ blue 53

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

Shades of Chilean Fire #D15535

Tints of Chilean Fire #D15535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.27%

R = 60.23%
G = 24.5%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D15535 (or 0xD15535) is known color: Chilean Fire. HEX triplet: D1, 55 and 35. RGB value is (209,85,53). Sum of RGB (Red+Green+Blue) = 209+85+53=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D15535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15535 is #2EAACA. Grayscale: #767676. Windows color (decimal): -3058379 or 3495377. OLE color: 3495377.

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

Color convert

RGB 209 85 53 -
CMYK 0 0.59 0.75 0.18
HSL 12.31º 0.63% 0.51% -
HSV(B) 12.31º 0.75% 0.82% -
XYZ 30.19 20.31 5.7 -
YUV 118.43 91.08 192.6 -
System Red Green Blue C M Y K H S L
Decimal 209 85 53 0 0.59 0.75 0.18 12.31 0.63 0.51
Hex D1 55 35 0 3B 4B 12 C 3F 33
Octal 321 125 65 0 73 113 22 14 77 63
Binary 11010001 1010101 110101 0 111011 1001011 10010 1100 111111 110011

Color Harmonies of #D15535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15535

Black with #D15535

Text Example


Text Example

White with #D15535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15535; }

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

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

background-color css

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

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

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

border-color css

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

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

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