Html Css Color HEX #D95020 Chilean Fire

📋 copy color: '#D95020'

red 217 ◦ green 80 ◦ blue 32

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

Shades of Chilean Fire #D95020

Tints of Chilean Fire #D95020

RGB

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

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

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

R = 65.96%
G = 24.32%
B = 9.73%

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

#D95020 (or 0xD95020) is known color: Chilean Fire. HEX triplet: D9, 50 and 20. RGB value is (217,80,32). Sum of RGB (Red+Green+Blue) = 217+80+32=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D95020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95020 is #26AFDF. Grayscale: #737373. Windows color (decimal): -2535392 or 2117849. OLE color: 2117849.

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

Color convert

RGB 217 80 32 -
CMYK 0 0.63 0.85 0.15
HSL 15.57º 0.74% 0.49% -
HSV(B) 15.57º 0.85% 0.85% -
XYZ 31.74 20.59 3.67 -
YUV 115.49 80.89 200.4 -
System Red Green Blue C M Y K H S L
Decimal 217 80 32 0 0.63 0.85 0.15 15.57 0.74 0.49
Hex D9 50 20 0 3F 55 F 10 4A 31
Octal 331 120 40 0 77 125 17 20 112 61
Binary 11011001 1010000 100000 0 111111 1010101 1111 10000 1001010 110001

Color Harmonies of #D95020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95020

Black with #D95020

Text Example


Text Example

White with #D95020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95020; }

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

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

background-color css

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

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

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

border-color css

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

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

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