Html Css Color HEX #D85831 Chilean Fire

📋 copy color: '#D85831'

red 216 ◦ green 88 ◦ blue 49

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

Shades of Chilean Fire #D85831

Tints of Chilean Fire #D85831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.88%

R = 61.19%
G = 24.93%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D85831 (or 0xD85831) is known color: Chilean Fire. HEX triplet: D8, 58 and 31. RGB value is (216,88,49). Sum of RGB (Red+Green+Blue) = 216+88+49=353 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.19% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 216 - color contains mainly: red. Hex color #D85831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85831 is #27A7CE. Grayscale: #7A7A7A. Windows color (decimal): -2598863 or 3234008. OLE color: 3234008.

HSL color Cylindrical-coordinate representation of color #D85831: hue angle of 14.01º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D85831 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 88 49 -
CMYK 0 0.59 0.77 0.15
HSL 14.01º 0.68% 0.52% -
HSV(B) 14.01º 0.77% 0.85% -
XYZ 32.36 21.8 5.41 -
YUV 121.83 86.91 195.17 -
System Red Green Blue C M Y K H S L
Decimal 216 88 49 0 0.59 0.77 0.15 14.01 0.68 0.52
Hex D8 58 31 0 3B 4D F E 44 34
Octal 330 130 61 0 73 115 17 16 104 64
Binary 11011000 1011000 110001 0 111011 1001101 1111 1110 1000100 110100

Color Harmonies of #D85831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85831

Black with #D85831

Text Example


Text Example

White with #D85831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85831; }

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

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

background-color css

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

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

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

border-color css

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

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

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