Html Css Color HEX #85151D Flame Red

📋 copy color: '#85151D'

red 133 ◦ green 21 ◦ blue 29

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

Shades of Flame Red #85151D

Tints of Flame Red #85151D

RGB

 RED value IS 133 (52.34% from 255) = 72.68%

 GREEN value IS 21 (8.59% from 255) = 11.48%

 BLUE value IS 29 (11.72% from 255) = 15.85%

R = 72.68%
G = 11.48%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#85151D (or 0x85151D) is known color: Flame Red. HEX triplet: 85, 15 and 1D. RGB value is (133,21,29). Sum of RGB (Red+Green+Blue) = 133+21+29=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #85151D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85151D is #7AEAE2. Grayscale: #373737. Windows color (decimal): -8055523 or 1906053. OLE color: 1906053.

HSL color Cylindrical-coordinate representation of color #85151D: hue angle of 355.71º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85151D is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 21 29 -
CMYK 0 0.84 0.78 0.48
HSL 355.71º 0.73% 0.3% -
HSV(B) 355.71º 0.84% 0.52% -
XYZ 10.16 5.61 1.71 -
YUV 55.4 113.11 183.35 -
System Red Green Blue C M Y K H S L
Decimal 133 21 29 0 0.84 0.78 0.48 355.71 0.73 0.3
Hex 85 15 1D 0 54 4E 30 164 49 1E
Octal 205 25 35 0 124 116 60 544 111 36
Binary 10000101 10101 11101 0 1010100 1001110 110000 101100100 1001001 11110

Color Harmonies of #85151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85151D

Black with #85151D

Text Example


Text Example

White with #85151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85151D; }

 p { color: rgb(133,21,29); }

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

background-color css

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

 a { background-color: rgb(133,21,29); }

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

border-color css

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

 span { border-color: rgb(133,21,29); }

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