Html Css Color HEX #85151C Flame Red

📋 copy color: '#85151C'

red 133 ◦ green 21 ◦ blue 28

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

Shades of Flame Red #85151C

Tints of Flame Red #85151C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.38%

R = 73.08%
G = 11.54%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#85151C (or 0x85151C) is known color: Flame Red. HEX triplet: 85, 15 and 1C. RGB value is (133,21,28). Sum of RGB (Red+Green+Blue) = 133+21+28=182 (24% of max value = 765). Red value is 133 (52.34% from 255 or 73.08% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 133 - color contains mainly: red. Hex color #85151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85151C is #7AEAE3. Grayscale: #373737. Windows color (decimal): -8055524 or 1840517. OLE color: 1840517.

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

Color convert

RGB 133 21 28 -
CMYK 0 0.84 0.79 0.48
HSL 356.25º 0.73% 0.3% -
HSV(B) 356.25º 0.84% 0.52% -
XYZ 10.15 5.61 1.65 -
YUV 55.29 112.61 183.43 -
System Red Green Blue C M Y K H S L
Decimal 133 21 28 0 0.84 0.79 0.48 356.25 0.73 0.3
Hex 85 15 1C 0 54 4F 30 164 49 1E
Octal 205 25 34 0 124 117 60 544 111 36
Binary 10000101 10101 11100 0 1010100 1001111 110000 101100100 1001001 11110

Color Harmonies of #85151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85151C

Black with #85151C

Text Example


Text Example

White with #85151C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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