Html Css Color HEX #D16028 Chilean Fire

📋 copy color: '#D16028'

red 209 ◦ green 96 ◦ blue 40

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

Shades of Chilean Fire #D16028

Tints of Chilean Fire #D16028

RGB

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

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

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

R = 60.58%
G = 27.83%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D16028 (or 0xD16028) is known color: Chilean Fire. HEX triplet: D1, 60 and 28. RGB value is (209,96,40). Sum of RGB (Red+Green+Blue) = 209+96+40=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D16028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16028 is #2E9FD7. Grayscale: #7B7B7B. Windows color (decimal): -3055576 or 2646225. OLE color: 2646225.

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

Color convert

RGB 209 96 40 -
CMYK 0 0.54 0.81 0.18
HSL 19.88º 0.68% 0.49% -
HSV(B) 19.88º 0.81% 0.82% -
XYZ 30.86 22.07 4.64 -
YUV 123.4 80.94 189.05 -
System Red Green Blue C M Y K H S L
Decimal 209 96 40 0 0.54 0.81 0.18 19.88 0.68 0.49
Hex D1 60 28 0 36 51 12 14 44 31
Octal 321 140 50 0 66 121 22 24 104 61
Binary 11010001 1100000 101000 0 110110 1010001 10010 10100 1000100 110001

Color Harmonies of #D16028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16028

Black with #D16028

Text Example


Text Example

White with #D16028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16028; }

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

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

background-color css

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

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

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

border-color css

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

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

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