Html Css Color HEX #85151B Flame Red

📋 copy color: '#85151B'

red 133 ◦ green 21 ◦ blue 27

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

Shades of Flame Red #85151B

Tints of Flame Red #85151B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.92%

R = 73.48%
G = 11.6%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85151B (or 0x85151B) is known color: Flame Red. HEX triplet: 85, 15 and 1B. RGB value is (133,21,27). Sum of RGB (Red+Green+Blue) = 133+21+27=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #85151B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85151B is #7AEAE4. Grayscale: #373737. Windows color (decimal): -8055525 or 1774981. OLE color: 1774981.

HSL color Cylindrical-coordinate representation of color #85151B: hue angle of 356.79º 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 #85151B is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 21 27 -
CMYK 0 0.84 0.80 0.48
HSL 356.79º 0.73% 0.3% -
HSV(B) 356.79º 0.84% 0.52% -
XYZ 10.14 5.6 1.58 -
YUV 55.17 112.11 183.51 -
System Red Green Blue C M Y K H S L
Decimal 133 21 27 0 0.84 0.80 0.48 356.79 0.73 0.3
Hex 85 15 1B 0 54 50 30 165 49 1E
Octal 205 25 33 0 124 120 60 545 111 36
Binary 10000101 10101 11011 0 1010100 1010000 110000 101100101 1001001 11110

Color Harmonies of #85151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85151B

Black with #85151B

Text Example


Text Example

White with #85151B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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