Html Css Color HEX #D95028 Chilean Fire

📋 copy color: '#D95028'

red 217 ◦ green 80 ◦ blue 40

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

Shades of Chilean Fire #D95028

Tints of Chilean Fire #D95028

RGB

 RED value IS 217 (85.16% from 255) = 64.39%

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

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

R = 64.39%
G = 23.74%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D95028 (or 0xD95028) is known color: Chilean Fire. HEX triplet: D9, 50 and 28. RGB value is (217,80,40). Sum of RGB (Red+Green+Blue) = 217+80+40=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D95028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95028 is #26AFD7. Grayscale: #747474. Windows color (decimal): -2535384 or 2642137. OLE color: 2642137.

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

Color convert

RGB 217 80 40 -
CMYK 0 0.63 0.82 0.15
HSL 13.56º 0.7% 0.5% -
HSV(B) 13.56º 0.82% 0.85% -
XYZ 31.87 20.64 4.31 -
YUV 116.4 84.89 199.75 -
System Red Green Blue C M Y K H S L
Decimal 217 80 40 0 0.63 0.82 0.15 13.56 0.7 0.5
Hex D9 50 28 0 3F 52 F E 46 32
Octal 331 120 50 0 77 122 17 16 106 62
Binary 11011001 1010000 101000 0 111111 1010010 1111 1110 1000110 110010

Color Harmonies of #D95028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95028

Black with #D95028

Text Example


Text Example

White with #D95028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95028; }

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

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

background-color css

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

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

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

border-color css

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

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

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