Html Css Color HEX #881821 Flame Red

📋 copy color: '#881821'

red 136 ◦ green 24 ◦ blue 33

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

Shades of Flame Red #881821

Tints of Flame Red #881821

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.44%

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

R = 70.47%
G = 12.44%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#881821 (or 0x881821) is known color: Flame Red. HEX triplet: 88, 18 and 21. RGB value is (136,24,33). Sum of RGB (Red+Green+Blue) = 136+24+33=193 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.47% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 136 - color contains mainly: red. Hex color #881821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881821 is #77E7DE. Grayscale: #3A3A3A. Windows color (decimal): -7858143 or 2168968. OLE color: 2168968.

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

Color convert

RGB 136 24 33 -
CMYK 0 0.82 0.76 0.47
HSL 355.18º 0.7% 0.31% -
HSV(B) 355.18º 0.82% 0.53% -
XYZ 10.75 6 2.03 -
YUV 58.51 113.61 183.27 -
System Red Green Blue C M Y K H S L
Decimal 136 24 33 0 0.82 0.76 0.47 355.18 0.7 0.31
Hex 88 18 21 0 52 4C 2F 163 46 1F
Octal 210 30 41 0 122 114 57 543 106 37
Binary 10001000 11000 100001 0 1010010 1001100 101111 101100011 1000110 11111

Color Harmonies of #881821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881821

Black with #881821

Text Example


Text Example

White with #881821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881821; }

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

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

background-color css

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

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

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

border-color css

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

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

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