Html Css Color HEX #D95421 Chilean Fire

📋 copy color: '#D95421'

red 217 ◦ green 84 ◦ blue 33

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

Shades of Chilean Fire #D95421

Tints of Chilean Fire #D95421

RGB

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

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

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

R = 64.97%
G = 25.15%
B = 9.88%

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

#D95421 (or 0xD95421) is known color: Chilean Fire. HEX triplet: D9, 54 and 21. RGB value is (217,84,33). Sum of RGB (Red+Green+Blue) = 217+84+33=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 33 (13.28% from 255 or 9.88% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D95421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95421 is #26ABDE. Grayscale: #767676. Windows color (decimal): -2534367 or 2184409. OLE color: 2184409.

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

Color convert

RGB 217 84 33 -
CMYK 0 0.61 0.85 0.15
HSL 16.63º 0.74% 0.49% -
HSV(B) 16.63º 0.85% 0.85% -
XYZ 32.06 21.2 3.84 -
YUV 117.95 80.06 198.65 -
System Red Green Blue C M Y K H S L
Decimal 217 84 33 0 0.61 0.85 0.15 16.63 0.74 0.49
Hex D9 54 21 0 3D 55 F 11 4A 31
Octal 331 124 41 0 75 125 17 21 112 61
Binary 11011001 1010100 100001 0 111101 1010101 1111 10001 1001010 110001

Color Harmonies of #D95421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95421

Black with #D95421

Text Example


Text Example

White with #D95421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95421; }

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

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

background-color css

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

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

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

border-color css

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

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

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