Html Css Color HEX #D15E3D Chilean Fire

📋 copy color: '#D15E3D'

red 209 ◦ green 94 ◦ blue 61

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

Shades of Chilean Fire #D15E3D

Tints of Chilean Fire #D15E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.76%

R = 57.42%
G = 25.82%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D15E3D (or 0xD15E3D) is known color: Chilean Fire. HEX triplet: D1, 5E and 3D. RGB value is (209,94,61). Sum of RGB (Red+Green+Blue) = 209+94+61=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15E3D is #2EA1C2. Grayscale: #7C7C7C. Windows color (decimal): -3056067 or 4021969. OLE color: 4021969.

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

Color convert

RGB 209 94 61 -
CMYK 0 0.55 0.71 0.18
HSL 13.38º 0.62% 0.53% -
HSV(B) 13.38º 0.71% 0.82% -
XYZ 31.14 21.9 7 -
YUV 124.62 92.1 188.18 -
System Red Green Blue C M Y K H S L
Decimal 209 94 61 0 0.55 0.71 0.18 13.38 0.62 0.53
Hex D1 5E 3D 0 37 47 12 D 3E 35
Octal 321 136 75 0 67 107 22 15 76 65
Binary 11010001 1011110 111101 0 110111 1000111 10010 1101 111110 110101

Color Harmonies of #D15E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15E3D

Black with #D15E3D

Text Example


Text Example

White with #D15E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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