Html Css Color HEX #D15E2D Chilean Fire

📋 copy color: '#D15E2D'

red 209 ◦ green 94 ◦ blue 45

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

Shades of Chilean Fire #D15E2D

Tints of Chilean Fire #D15E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.93%

R = 60.06%
G = 27.01%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D15E2D (or 0xD15E2D) is known color: Chilean Fire. HEX triplet: D1, 5E and 2D. RGB value is (209,94,45). Sum of RGB (Red+Green+Blue) = 209+94+45=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15E2D is #2EA1D2. Grayscale: #7B7B7B. Windows color (decimal): -3056083 or 2973393. OLE color: 2973393.

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

Color convert

RGB 209 94 45 -
CMYK 0 0.55 0.78 0.18
HSL 17.93º 0.65% 0.5% -
HSV(B) 17.93º 0.78% 0.82% -
XYZ 30.77 21.75 5.06 -
YUV 122.8 84.1 189.48 -
System Red Green Blue C M Y K H S L
Decimal 209 94 45 0 0.55 0.78 0.18 17.93 0.65 0.5
Hex D1 5E 2D 0 37 4E 12 12 41 32
Octal 321 136 55 0 67 116 22 22 101 62
Binary 11010001 1011110 101101 0 110111 1001110 10010 10010 1000001 110010

Color Harmonies of #D15E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15E2D

Black with #D15E2D

Text Example


Text Example

White with #D15E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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