Html Css Color HEX #D85135 Chilean Fire

📋 copy color: '#D85135'

red 216 ◦ green 81 ◦ blue 53

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

Shades of Chilean Fire #D85135

Tints of Chilean Fire #D85135

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.14%

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

R = 61.71%
G = 23.14%
B = 15.14%

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

#D85135 (or 0xD85135) is known color: Chilean Fire. HEX triplet: D8, 51 and 35. RGB value is (216,81,53). Sum of RGB (Red+Green+Blue) = 216+81+53=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D85135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85135 is #27AECA. Grayscale: #767676. Windows color (decimal): -2600651 or 3494360. OLE color: 3494360.

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

Color convert

RGB 216 81 53 -
CMYK 0 0.62 0.75 0.15
HSL 10.31º 0.68% 0.53% -
HSV(B) 10.31º 0.75% 0.85% -
XYZ 31.9 20.74 5.69 -
YUV 118.17 91.23 197.78 -
System Red Green Blue C M Y K H S L
Decimal 216 81 53 0 0.62 0.75 0.15 10.31 0.68 0.53
Hex D8 51 35 0 3E 4B F A 44 35
Octal 330 121 65 0 76 113 17 12 104 65
Binary 11011000 1010001 110101 0 111110 1001011 1111 1010 1000100 110101

Color Harmonies of #D85135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85135

Black with #D85135

Text Example


Text Example

White with #D85135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85135; }

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

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

background-color css

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

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

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

border-color css

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

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

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