Html Css Color HEX #881521 Flame Red

📋 copy color: '#881521'

red 136 ◦ green 21 ◦ blue 33

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

Shades of Flame Red #881521

Tints of Flame Red #881521

RGB

 RED value IS 136 (53.52% from 255) = 71.58%

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

 BLUE value IS 33 (13.28% from 255) = 17.37%

R = 71.58%
G = 11.05%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#881521 (or 0x881521) is known color: Flame Red. HEX triplet: 88, 15 and 21. RGB value is (136,21,33). Sum of RGB (Red+Green+Blue) = 136+21+33=190 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.58% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 136 - color contains mainly: red. Hex color #881521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881521 is #77EADE. Grayscale: #383838. Windows color (decimal): -7858911 or 2168200. OLE color: 2168200.

HSL color Cylindrical-coordinate representation of color #881521: hue angle of 353.74º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881521 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 21 33 -
CMYK 0 0.85 0.76 0.47
HSL 353.74º 0.73% 0.31% -
HSV(B) 353.74º 0.85% 0.53% -
XYZ 10.7 5.88 2.01 -
YUV 56.75 114.6 184.52 -
System Red Green Blue C M Y K H S L
Decimal 136 21 33 0 0.85 0.76 0.47 353.74 0.73 0.31
Hex 88 15 21 0 55 4C 2F 162 49 1F
Octal 210 25 41 0 125 114 57 542 111 37
Binary 10001000 10101 100001 0 1010101 1001100 101111 101100010 1001001 11111

Color Harmonies of #881521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881521

Black with #881521

Text Example


Text Example

White with #881521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881521; }

 p { color: rgb(136,21,33); }

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

background-color css

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

 a { background-color: rgb(136,21,33); }

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

border-color css

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

 span { border-color: rgb(136,21,33); }

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