Html Css Color HEX #D85237 Chilean Fire

📋 copy color: '#D85237'

red 216 ◦ green 82 ◦ blue 55

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

Shades of Chilean Fire #D85237

Tints of Chilean Fire #D85237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.58%

R = 61.19%
G = 23.23%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D85237 (or 0xD85237) is known color: Chilean Fire. HEX triplet: D8, 52 and 37. RGB value is (216,82,55). Sum of RGB (Red+Green+Blue) = 216+82+55=353 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.19% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 55 (21.88% from 255 or 15.58% from 353); Max value from RGB is 216 - color contains mainly: red. Hex color #D85237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85237 is #27ADC8. Grayscale: #777777. Windows color (decimal): -2600393 or 3625688. OLE color: 3625688.

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

Color convert

RGB 216 82 55 -
CMYK 0 0.62 0.75 0.15
HSL 10.06º 0.67% 0.53% -
HSV(B) 10.06º 0.75% 0.85% -
XYZ 32.03 20.91 5.96 -
YUV 118.99 91.89 197.2 -
System Red Green Blue C M Y K H S L
Decimal 216 82 55 0 0.62 0.75 0.15 10.06 0.67 0.53
Hex D8 52 37 0 3E 4B F A 43 35
Octal 330 122 67 0 76 113 17 12 103 65
Binary 11011000 1010010 110111 0 111110 1001011 1111 1010 1000011 110101

Color Harmonies of #D85237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85237

Black with #D85237

Text Example


Text Example

White with #D85237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85237; }

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

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

background-color css

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

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

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

border-color css

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

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

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