Html Css Color HEX #D85535 Chilean Fire

📋 copy color: '#D85535'

red 216 ◦ green 85 ◦ blue 53

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

Shades of Chilean Fire #D85535

Tints of Chilean Fire #D85535

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.01%

 BLUE value IS 53 (21.09% from 255) = 14.97%

R = 61.02%
G = 24.01%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D85535 (or 0xD85535) is known color: Chilean Fire. HEX triplet: D8, 55 and 35. RGB value is (216,85,53). Sum of RGB (Red+Green+Blue) = 216+85+53=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D85535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85535 is #27AACA. Grayscale: #787878. Windows color (decimal): -2599627 or 3495384. OLE color: 3495384.

HSL color Cylindrical-coordinate representation of color #D85535: hue angle of 11.78º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D85535 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 85 53 -
CMYK 0 0.61 0.75 0.15
HSL 11.78º 0.68% 0.53% -
HSV(B) 11.78º 0.75% 0.85% -
XYZ 32.21 21.35 5.79 -
YUV 120.52 89.9 196.1 -
System Red Green Blue C M Y K H S L
Decimal 216 85 53 0 0.61 0.75 0.15 11.78 0.68 0.53
Hex D8 55 35 0 3D 4B F C 44 35
Octal 330 125 65 0 75 113 17 14 104 65
Binary 11011000 1010101 110101 0 111101 1001011 1111 1100 1000100 110101

Color Harmonies of #D85535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85535

Black with #D85535

Text Example


Text Example

White with #D85535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85535; }

 p { color: rgb(216,85,53); }

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

background-color css

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

 a { background-color: rgb(216,85,53); }

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

border-color css

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

 span { border-color: rgb(216,85,53); }

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