Html Css Color HEX #D15B28 Chilean Fire

📋 copy color: '#D15B28'

red 209 ◦ green 91 ◦ blue 40

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

Shades of Chilean Fire #D15B28

Tints of Chilean Fire #D15B28

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.76%

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

R = 61.47%
G = 26.76%
B = 11.76%

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

#D15B28 (or 0xD15B28) is known color: Chilean Fire. HEX triplet: D1, 5B and 28. RGB value is (209,91,40). Sum of RGB (Red+Green+Blue) = 209+91+40=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D15B28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15B28 is #2EA4D7. Grayscale: #787878. Windows color (decimal): -3056856 or 2644945. OLE color: 2644945.

HSL color Cylindrical-coordinate representation of color #D15B28: hue angle of 18.11º 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 #D15B28 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 91 40 -
CMYK 0 0.56 0.81 0.18
HSL 18.11º 0.68% 0.49% -
HSV(B) 18.11º 0.81% 0.82% -
XYZ 30.42 21.19 4.49 -
YUV 120.47 82.59 191.15 -
System Red Green Blue C M Y K H S L
Decimal 209 91 40 0 0.56 0.81 0.18 18.11 0.68 0.49
Hex D1 5B 28 0 38 51 12 12 44 31
Octal 321 133 50 0 70 121 22 22 104 61
Binary 11010001 1011011 101000 0 111000 1010001 10010 10010 1000100 110001

Color Harmonies of #D15B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15B28

Black with #D15B28

Text Example


Text Example

White with #D15B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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