Html Css Color HEX #D95420 Chilean Fire

📋 copy color: '#D95420'

red 217 ◦ green 84 ◦ blue 32

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

Shades of Chilean Fire #D95420

Tints of Chilean Fire #D95420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.23%

 BLUE value IS 32 (12.89% from 255) = 9.61%

R = 65.17%
G = 25.23%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D95420 (or 0xD95420) is known color: Chilean Fire. HEX triplet: D9, 54 and 20. RGB value is (217,84,32). Sum of RGB (Red+Green+Blue) = 217+84+32=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D95420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95420 is #26ABDF. Grayscale: #767676. Windows color (decimal): -2534368 or 2118873. OLE color: 2118873.

HSL color Cylindrical-coordinate representation of color #D95420: hue angle of 16.86º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D95420 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 84 32 -
CMYK 0 0.61 0.85 0.15
HSL 16.86º 0.74% 0.49% -
HSV(B) 16.86º 0.85% 0.85% -
XYZ 32.05 21.2 3.77 -
YUV 117.84 79.56 198.73 -
System Red Green Blue C M Y K H S L
Decimal 217 84 32 0 0.61 0.85 0.15 16.86 0.74 0.49
Hex D9 54 20 0 3D 55 F 11 4A 31
Octal 331 124 40 0 75 125 17 21 112 61
Binary 11011001 1010100 100000 0 111101 1010101 1111 10001 1001010 110001

Color Harmonies of #D95420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95420

Black with #D95420

Text Example


Text Example

White with #D95420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95420; }

 p { color: rgb(217,84,32); }

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

background-color css

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

 a { background-color: rgb(217,84,32); }

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

border-color css

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

 span { border-color: rgb(217,84,32); }

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