Html Css Color HEX #D85323 Chilean Fire

📋 copy color: '#D85323'

red 216 ◦ green 83 ◦ blue 35

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

Shades of Chilean Fire #D85323

Tints of Chilean Fire #D85323

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.85%

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

R = 64.67%
G = 24.85%
B = 10.48%

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

#D85323 (or 0xD85323) is known color: Chilean Fire. HEX triplet: D8, 53 and 23. RGB value is (216,83,35). Sum of RGB (Red+Green+Blue) = 216+83+35=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 35 (14.06% from 255 or 10.48% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D85323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85323 is #27ACDC. Grayscale: #757575. Windows color (decimal): -2600157 or 2315224. OLE color: 2315224.

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

Color convert

RGB 216 83 35 -
CMYK 0 0.62 0.84 0.15
HSL 15.91º 0.72% 0.49% -
HSV(B) 15.91º 0.84% 0.85% -
XYZ 31.72 20.91 3.95 -
YUV 117.3 81.56 198.4 -
System Red Green Blue C M Y K H S L
Decimal 216 83 35 0 0.62 0.84 0.15 15.91 0.72 0.49
Hex D8 53 23 0 3E 54 F 10 48 31
Octal 330 123 43 0 76 124 17 20 110 61
Binary 11011000 1010011 100011 0 111110 1010100 1111 10000 1001000 110001

Color Harmonies of #D85323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85323

Black with #D85323

Text Example


Text Example

White with #D85323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85323; }

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

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

background-color css

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

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

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

border-color css

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

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

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