Html Css Color HEX #D15E34 Chilean Fire

📋 copy color: '#D15E34'

red 209 ◦ green 94 ◦ blue 52

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

Shades of Chilean Fire #D15E34

Tints of Chilean Fire #D15E34

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.48%

 BLUE value IS 52 (20.7% from 255) = 14.65%

R = 58.87%
G = 26.48%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D15E34 (or 0xD15E34) is known color: Chilean Fire. HEX triplet: D1, 5E and 34. RGB value is (209,94,52). Sum of RGB (Red+Green+Blue) = 209+94+52=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15E34 is #2EA1CB. Grayscale: #7B7B7B. Windows color (decimal): -3056076 or 3432145. OLE color: 3432145.

HSL color Cylindrical-coordinate representation of color #D15E34: hue angle of 16.05º 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 #D15E34 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 94 52 -
CMYK 0 0.55 0.75 0.18
HSL 16.05º 0.63% 0.51% -
HSV(B) 16.05º 0.75% 0.82% -
XYZ 30.92 21.81 5.83 -
YUV 123.6 87.6 188.92 -
System Red Green Blue C M Y K H S L
Decimal 209 94 52 0 0.55 0.75 0.18 16.05 0.63 0.51
Hex D1 5E 34 0 37 4B 12 10 3F 33
Octal 321 136 64 0 67 113 22 20 77 63
Binary 11010001 1011110 110100 0 110111 1001011 10010 10000 111111 110011

Color Harmonies of #D15E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15E34

Black with #D15E34

Text Example


Text Example

White with #D15E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15E34; }

 p { color: rgb(209,94,52); }

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

background-color css

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

 a { background-color: rgb(209,94,52); }

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

border-color css

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

 span { border-color: rgb(209,94,52); }

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