Html Css Color HEX #D85223 Chilean Fire

📋 copy color: '#D85223'

red 216 ◦ green 82 ◦ blue 35

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

Shades of Chilean Fire #D85223

Tints of Chilean Fire #D85223

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.62%

 BLUE value IS 35 (14.06% from 255) = 10.51%

R = 64.86%
G = 24.62%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D85223 (or 0xD85223) is known color: Chilean Fire. HEX triplet: D8, 52 and 23. RGB value is (216,82,35). Sum of RGB (Red+Green+Blue) = 216+82+35=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 35 (14.06% from 255 or 10.51% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D85223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85223 is #27ADDC. Grayscale: #757575. Windows color (decimal): -2600413 or 2314968. OLE color: 2314968.

HSL color Cylindrical-coordinate representation of color #D85223: hue angle of 15.58º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D85223 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 82 35 -
CMYK 0 0.62 0.84 0.15
HSL 15.58º 0.72% 0.49% -
HSV(B) 15.58º 0.84% 0.85% -
XYZ 31.64 20.75 3.93 -
YUV 116.71 81.89 198.82 -
System Red Green Blue C M Y K H S L
Decimal 216 82 35 0 0.62 0.84 0.15 15.58 0.72 0.49
Hex D8 52 23 0 3E 54 F 10 48 31
Octal 330 122 43 0 76 124 17 20 110 61
Binary 11011000 1010010 100011 0 111110 1010100 1111 10000 1001000 110001

Color Harmonies of #D85223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85223

Black with #D85223

Text Example


Text Example

White with #D85223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85223; }

 p { color: rgb(216,82,35); }

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

background-color css

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

 a { background-color: rgb(216,82,35); }

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

border-color css

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

 span { border-color: rgb(216,82,35); }

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