Html Css Color HEX #D15A39 Chilean Fire

📋 copy color: '#D15A39'

red 209 ◦ green 90 ◦ blue 57

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

Shades of Chilean Fire #D15A39

Tints of Chilean Fire #D15A39

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.28%

 BLUE value IS 57 (22.66% from 255) = 16.01%

R = 58.71%
G = 25.28%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D15A39 (or 0xD15A39) is known color: Chilean Fire. HEX triplet: D1, 5A and 39. RGB value is (209,90,57). Sum of RGB (Red+Green+Blue) = 209+90+57=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15A39 is #2EA5C6. Grayscale: #7A7A7A. Windows color (decimal): -3057095 or 3758801. OLE color: 3758801.

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

Color convert

RGB 209 90 57 -
CMYK 0 0.57 0.73 0.18
HSL 13.03º 0.62% 0.52% -
HSV(B) 13.03º 0.73% 0.82% -
XYZ 30.69 21.16 6.34 -
YUV 121.82 91.42 190.18 -
System Red Green Blue C M Y K H S L
Decimal 209 90 57 0 0.57 0.73 0.18 13.03 0.62 0.52
Hex D1 5A 39 0 39 49 12 D 3E 34
Octal 321 132 71 0 71 111 22 15 76 64
Binary 11010001 1011010 111001 0 111001 1001001 10010 1101 111110 110100

Color Harmonies of #D15A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15A39

Black with #D15A39

Text Example


Text Example

White with #D15A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15A39; }

 p { color: rgb(209,90,57); }

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

background-color css

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

 a { background-color: rgb(209,90,57); }

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

border-color css

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

 span { border-color: rgb(209,90,57); }

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