Html Css Color HEX #D15A2E Chilean Fire

📋 copy color: '#D15A2E'

red 209 ◦ green 90 ◦ blue 46

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

Shades of Chilean Fire #D15A2E

Tints of Chilean Fire #D15A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.33%

R = 60.58%
G = 26.09%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D15A2E (or 0xD15A2E) is known color: Chilean Fire. HEX triplet: D1, 5A and 2E. RGB value is (209,90,46). Sum of RGB (Red+Green+Blue) = 209+90+46=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 46 (18.36% from 255 or 13.33% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15A2E is #2EA5D1. Grayscale: #787878. Windows color (decimal): -3057106 or 3037905. OLE color: 3037905.

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

Color convert

RGB 209 90 46 -
CMYK 0 0.57 0.78 0.18
HSL 16.2º 0.64% 0.5% -
HSV(B) 16.2º 0.78% 0.82% -
XYZ 30.44 21.06 5.05 -
YUV 120.57 85.92 191.08 -
System Red Green Blue C M Y K H S L
Decimal 209 90 46 0 0.57 0.78 0.18 16.2 0.64 0.5
Hex D1 5A 2E 0 39 4E 12 10 40 32
Octal 321 132 56 0 71 116 22 20 100 62
Binary 11010001 1011010 101110 0 111001 1001110 10010 10000 1000000 110010

Color Harmonies of #D15A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15A2E

Black with #D15A2E

Text Example


Text Example

White with #D15A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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