Html Css Color HEX #D85421 Chilean Fire

📋 copy color: '#D85421'

red 216 ◦ green 84 ◦ blue 33

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

Shades of Chilean Fire #D85421

Tints of Chilean Fire #D85421

RGB

 RED value IS 216 (84.77% from 255) = 64.86%

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

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

R = 64.86%
G = 25.23%
B = 9.91%

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

#D85421 (or 0xD85421) is known color: Chilean Fire. HEX triplet: D8, 54 and 21. RGB value is (216,84,33). Sum of RGB (Red+Green+Blue) = 216+84+33=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D85421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85421 is #27ABDE. Grayscale: #757575. Windows color (decimal): -2599903 or 2184408. OLE color: 2184408.

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

Color convert

RGB 216 84 33 -
CMYK 0 0.61 0.85 0.15
HSL 16.72º 0.73% 0.49% -
HSV(B) 16.72º 0.85% 0.85% -
XYZ 31.76 21.05 3.83 -
YUV 117.65 80.23 198.15 -
System Red Green Blue C M Y K H S L
Decimal 216 84 33 0 0.61 0.85 0.15 16.72 0.73 0.49
Hex D8 54 21 0 3D 55 F 11 49 31
Octal 330 124 41 0 75 125 17 21 111 61
Binary 11011000 1010100 100001 0 111101 1010101 1111 10001 1001001 110001

Color Harmonies of #D85421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85421

Black with #D85421

Text Example


Text Example

White with #D85421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85421; }

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

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

background-color css

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

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

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

border-color css

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

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

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