Html Css Color HEX #D15930 Chilean Fire

📋 copy color: '#D15930'

red 209 ◦ green 89 ◦ blue 48

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

Shades of Chilean Fire #D15930

Tints of Chilean Fire #D15930

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.72%

 BLUE value IS 48 (19.14% from 255) = 13.87%

R = 60.4%
G = 25.72%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D15930 (or 0xD15930) is known color: Chilean Fire. HEX triplet: D1, 59 and 30. RGB value is (209,89,48). Sum of RGB (Red+Green+Blue) = 209+89+48=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D15930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15930 is #2EA6CF. Grayscale: #787878. Windows color (decimal): -3057360 or 3168721. OLE color: 3168721.

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

Color convert

RGB 209 89 48 -
CMYK 0 0.57 0.77 0.18
HSL 15.28º 0.64% 0.5% -
HSV(B) 15.28º 0.77% 0.82% -
XYZ 30.4 20.91 5.23 -
YUV 120.21 87.26 191.33 -
System Red Green Blue C M Y K H S L
Decimal 209 89 48 0 0.57 0.77 0.18 15.28 0.64 0.5
Hex D1 59 30 0 39 4D 12 F 40 32
Octal 321 131 60 0 71 115 22 17 100 62
Binary 11010001 1011001 110000 0 111001 1001101 10010 1111 1000000 110010

Color Harmonies of #D15930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15930

Black with #D15930

Text Example


Text Example

White with #D15930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15930; }

 p { color: rgb(209,89,48); }

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

background-color css

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

 a { background-color: rgb(209,89,48); }

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

border-color css

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

 span { border-color: rgb(209,89,48); }

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