Html Css Color HEX #851A20 Flame Red

📋 copy color: '#851A20'

red 133 ◦ green 26 ◦ blue 32

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

Shades of Flame Red #851A20

Tints of Flame Red #851A20

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.61%

 BLUE value IS 32 (12.89% from 255) = 16.75%

R = 69.63%
G = 13.61%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#851A20 (or 0x851A20) is known color: Flame Red. HEX triplet: 85, 1A and 20. RGB value is (133,26,32). Sum of RGB (Red+Green+Blue) = 133+26+32=191 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.63% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 133 - color contains mainly: red. Hex color #851A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851A20 is #7AE5DF. Grayscale: #3A3A3A. Windows color (decimal): -8054240 or 2103941. OLE color: 2103941.

HSL color Cylindrical-coordinate representation of color #851A20: hue angle of 356.64º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #851A20 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 26 32 -
CMYK 0 0.80 0.76 0.48
HSL 356.64º 0.67% 0.31% -
HSV(B) 356.64º 0.8% 0.52% -
XYZ 10.3 5.83 1.95 -
YUV 58.68 112.95 181.01 -
System Red Green Blue C M Y K H S L
Decimal 133 26 32 0 0.80 0.76 0.48 356.64 0.67 0.31
Hex 85 1A 20 0 50 4C 30 165 43 1F
Octal 205 32 40 0 120 114 60 545 103 37
Binary 10000101 11010 100000 0 1010000 1001100 110000 101100101 1000011 11111

Color Harmonies of #851A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851A20

Black with #851A20

Text Example


Text Example

White with #851A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851A20; }

 p { color: rgb(133,26,32); }

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

background-color css

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

 a { background-color: rgb(133,26,32); }

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

border-color css

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

 span { border-color: rgb(133,26,32); }

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