Html Css Color HEX #D95120 Chilean Fire

📋 copy color: '#D95120'

red 217 ◦ green 81 ◦ blue 32

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

Shades of Chilean Fire #D95120

Tints of Chilean Fire #D95120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.55%

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

R = 65.76%
G = 24.55%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D95120 (or 0xD95120) is known color: Chilean Fire. HEX triplet: D9, 51 and 20. RGB value is (217,81,32). Sum of RGB (Red+Green+Blue) = 217+81+32=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D95120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95120 is #26AEDF. Grayscale: #747474. Windows color (decimal): -2535136 or 2118105. OLE color: 2118105.

HSL color Cylindrical-coordinate representation of color #D95120: hue angle of 15.89º 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 #D95120 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 81 32 -
CMYK 0 0.63 0.85 0.15
HSL 15.89º 0.74% 0.49% -
HSV(B) 15.89º 0.85% 0.85% -
XYZ 31.82 20.74 3.69 -
YUV 116.08 80.56 199.98 -
System Red Green Blue C M Y K H S L
Decimal 217 81 32 0 0.63 0.85 0.15 15.89 0.74 0.49
Hex D9 51 20 0 3F 55 F 10 4A 31
Octal 331 121 40 0 77 125 17 20 112 61
Binary 11011001 1010001 100000 0 111111 1010101 1111 10000 1001010 110001

Color Harmonies of #D95120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95120

Black with #D95120

Text Example


Text Example

White with #D95120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95120; }

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

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

background-color css

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

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

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

border-color css

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

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

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