Html Css Color HEX #D85028 Chilean Fire

📋 copy color: '#D85028'

red 216 ◦ green 80 ◦ blue 40

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

Shades of Chilean Fire #D85028

Tints of Chilean Fire #D85028

RGB

 RED value IS 216 (84.77% from 255) = 64.29%

 GREEN value IS 80 (31.64% from 255) = 23.81%

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

R = 64.29%
G = 23.81%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D85028 (or 0xD85028) is known color: Chilean Fire. HEX triplet: D8, 50 and 28. RGB value is (216,80,40). Sum of RGB (Red+Green+Blue) = 216+80+40=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D85028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85028 is #27AFD7. Grayscale: #747474. Windows color (decimal): -2600920 or 2642136. OLE color: 2642136.

HSL color Cylindrical-coordinate representation of color #D85028: hue angle of 13.64º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D85028 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 80 40 -
CMYK 0 0.63 0.81 0.15
HSL 13.64º 0.69% 0.5% -
HSV(B) 13.64º 0.81% 0.85% -
XYZ 31.57 20.49 4.3 -
YUV 116.1 85.06 199.25 -
System Red Green Blue C M Y K H S L
Decimal 216 80 40 0 0.63 0.81 0.15 13.64 0.69 0.5
Hex D8 50 28 0 3F 51 F E 45 32
Octal 330 120 50 0 77 121 17 16 105 62
Binary 11011000 1010000 101000 0 111111 1010001 1111 1110 1000101 110010

Color Harmonies of #D85028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85028

Black with #D85028

Text Example


Text Example

White with #D85028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85028; }

 p { color: rgb(216,80,40); }

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

background-color css

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

 a { background-color: rgb(216,80,40); }

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

border-color css

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

 span { border-color: rgb(216,80,40); }

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