Html Css Color HEX #D15C28 Chilean Fire

📋 copy color: '#D15C28'

red 209 ◦ green 92 ◦ blue 40

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

Shades of Chilean Fire #D15C28

Tints of Chilean Fire #D15C28

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.98%

 BLUE value IS 40 (16.02% from 255) = 11.73%

R = 61.29%
G = 26.98%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D15C28 (or 0xD15C28) is known color: Chilean Fire. HEX triplet: D1, 5C and 28. RGB value is (209,92,40). Sum of RGB (Red+Green+Blue) = 209+92+40=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D15C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15C28 is #2EA3D7. Grayscale: #797979. Windows color (decimal): -3056600 or 2645201. OLE color: 2645201.

HSL color Cylindrical-coordinate representation of color #D15C28: hue angle of 18.46º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D15C28 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 92 40 -
CMYK 0 0.56 0.81 0.18
HSL 18.46º 0.68% 0.49% -
HSV(B) 18.46º 0.81% 0.82% -
XYZ 30.5 21.36 4.52 -
YUV 121.06 82.26 190.73 -
System Red Green Blue C M Y K H S L
Decimal 209 92 40 0 0.56 0.81 0.18 18.46 0.68 0.49
Hex D1 5C 28 0 38 51 12 12 44 31
Octal 321 134 50 0 70 121 22 22 104 61
Binary 11010001 1011100 101000 0 111000 1010001 10010 10010 1000100 110001

Color Harmonies of #D15C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15C28

Black with #D15C28

Text Example


Text Example

White with #D15C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15C28; }

 p { color: rgb(209,92,40); }

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

background-color css

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

 a { background-color: rgb(209,92,40); }

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

border-color css

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

 span { border-color: rgb(209,92,40); }

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