Html Css Color HEX #D95021 Chilean Fire

📋 copy color: '#D95021'

red 217 ◦ green 80 ◦ blue 33

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

Shades of Chilean Fire #D95021

Tints of Chilean Fire #D95021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10%

R = 65.76%
G = 24.24%
B = 10%

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

#D95021 (or 0xD95021) is known color: Chilean Fire. HEX triplet: D9, 50 and 21. RGB value is (217,80,33). Sum of RGB (Red+Green+Blue) = 217+80+33=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D95021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95021 is #26AFDE. Grayscale: #737373. Windows color (decimal): -2535391 or 2183385. OLE color: 2183385.

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

Color convert

RGB 217 80 33 -
CMYK 0 0.63 0.85 0.15
HSL 15.33º 0.74% 0.49% -
HSV(B) 15.33º 0.85% 0.85% -
XYZ 31.76 20.6 3.74 -
YUV 115.61 81.39 200.32 -
System Red Green Blue C M Y K H S L
Decimal 217 80 33 0 0.63 0.85 0.15 15.33 0.74 0.49
Hex D9 50 21 0 3F 55 F F 4A 31
Octal 331 120 41 0 77 125 17 17 112 61
Binary 11011001 1010000 100001 0 111111 1010101 1111 1111 1001010 110001

Color Harmonies of #D95021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95021

Black with #D95021

Text Example


Text Example

White with #D95021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95021; }

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

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

background-color css

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

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

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

border-color css

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

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

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