Html Css Color HEX #D16030 Chilean Fire

📋 copy color: '#D16030'

red 209 ◦ green 96 ◦ blue 48

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

Shades of Chilean Fire #D16030

Tints of Chilean Fire #D16030

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.2%

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

R = 59.21%
G = 27.2%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D16030 (or 0xD16030) is known color: Chilean Fire. HEX triplet: D1, 60 and 30. RGB value is (209,96,48). Sum of RGB (Red+Green+Blue) = 209+96+48=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D16030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16030 is #2E9FCF. Grayscale: #7C7C7C. Windows color (decimal): -3055568 or 3170513. OLE color: 3170513.

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

Color convert

RGB 209 96 48 -
CMYK 0 0.54 0.77 0.18
HSL 17.89º 0.64% 0.5% -
HSV(B) 17.89º 0.77% 0.82% -
XYZ 31.01 22.13 5.43 -
YUV 124.32 84.94 188.4 -
System Red Green Blue C M Y K H S L
Decimal 209 96 48 0 0.54 0.77 0.18 17.89 0.64 0.5
Hex D1 60 30 0 36 4D 12 12 40 32
Octal 321 140 60 0 66 115 22 22 100 62
Binary 11010001 1100000 110000 0 110110 1001101 10010 10010 1000000 110010

Color Harmonies of #D16030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16030

Black with #D16030

Text Example


Text Example

White with #D16030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16030; }

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

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

background-color css

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

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

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

border-color css

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

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

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