Html Css Color HEX #D85337 Chilean Fire

📋 copy color: '#D85337'

red 216 ◦ green 83 ◦ blue 55

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

Shades of Chilean Fire #D85337

Tints of Chilean Fire #D85337

RGB

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

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

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

R = 61.02%
G = 23.45%
B = 15.54%

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

#D85337 (or 0xD85337) is known color: Chilean Fire. HEX triplet: D8, 53 and 37. RGB value is (216,83,55). Sum of RGB (Red+Green+Blue) = 216+83+55=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 55 (21.88% from 255 or 15.54% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D85337 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85337 is #27ACC8. Grayscale: #777777. Windows color (decimal): -2600137 or 3625944. OLE color: 3625944.

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

Color convert

RGB 216 83 55 -
CMYK 0 0.62 0.75 0.15
HSL 10.43º 0.67% 0.53% -
HSV(B) 10.43º 0.75% 0.85% -
XYZ 32.1 21.06 5.99 -
YUV 119.58 91.56 196.78 -
System Red Green Blue C M Y K H S L
Decimal 216 83 55 0 0.62 0.75 0.15 10.43 0.67 0.53
Hex D8 53 37 0 3E 4B F A 43 35
Octal 330 123 67 0 76 113 17 12 103 65
Binary 11011000 1010011 110111 0 111110 1001011 1111 1010 1000011 110101

Color Harmonies of #D85337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85337

Black with #D85337

Text Example


Text Example

White with #D85337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85337; }

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

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

background-color css

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

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

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

border-color css

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

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

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