Html Css Color HEX #D85036 Chilean Fire

📋 copy color: '#D85036'

red 216 ◦ green 80 ◦ blue 54

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

Shades of Chilean Fire #D85036

Tints of Chilean Fire #D85036

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.86%

 BLUE value IS 54 (21.48% from 255) = 15.43%

R = 61.71%
G = 22.86%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D85036 (or 0xD85036) is known color: Chilean Fire. HEX triplet: D8, 50 and 36. RGB value is (216,80,54). Sum of RGB (Red+Green+Blue) = 216+80+54=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 54 (21.48% from 255 or 15.43% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D85036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85036 is #27AFC9. Grayscale: #757575. Windows color (decimal): -2600906 or 3559640. OLE color: 3559640.

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

Color convert

RGB 216 80 54 -
CMYK 0 0.63 0.75 0.15
HSL 9.63º 0.68% 0.53% -
HSV(B) 9.63º 0.75% 0.85% -
XYZ 31.85 20.6 5.79 -
YUV 117.7 92.06 198.11 -
System Red Green Blue C M Y K H S L
Decimal 216 80 54 0 0.63 0.75 0.15 9.63 0.68 0.53
Hex D8 50 36 0 3F 4B F A 44 35
Octal 330 120 66 0 77 113 17 12 104 65
Binary 11011000 1010000 110110 0 111111 1001011 1111 1010 1000100 110101

Color Harmonies of #D85036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85036

Black with #D85036

Text Example


Text Example

White with #D85036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85036; }

 p { color: rgb(216,80,54); }

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

background-color css

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

 a { background-color: rgb(216,80,54); }

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

border-color css

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

 span { border-color: rgb(216,80,54); }

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