Html Css Color HEX #D85835 Chilean Fire

📋 copy color: '#D85835'

red 216 ◦ green 88 ◦ blue 53

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

Shades of Chilean Fire #D85835

Tints of Chilean Fire #D85835

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.65%

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

R = 60.5%
G = 24.65%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D85835 (or 0xD85835) is known color: Chilean Fire. HEX triplet: D8, 58 and 35. RGB value is (216,88,53). Sum of RGB (Red+Green+Blue) = 216+88+53=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D85835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85835 is #27A7CA. Grayscale: #7A7A7A. Windows color (decimal): -2598859 or 3496152. OLE color: 3496152.

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

Color convert

RGB 216 88 53 -
CMYK 0 0.59 0.75 0.15
HSL 12.88º 0.68% 0.53% -
HSV(B) 12.88º 0.75% 0.85% -
XYZ 32.45 21.84 5.87 -
YUV 122.28 88.91 194.85 -
System Red Green Blue C M Y K H S L
Decimal 216 88 53 0 0.59 0.75 0.15 12.88 0.68 0.53
Hex D8 58 35 0 3B 4B F D 44 35
Octal 330 130 65 0 73 113 17 15 104 65
Binary 11011000 1011000 110101 0 111011 1001011 1111 1101 1000100 110101

Color Harmonies of #D85835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85835

Black with #D85835

Text Example


Text Example

White with #D85835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85835; }

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

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

background-color css

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

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

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

border-color css

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

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

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