Html Css Color HEX #881F21 Flame Red

📋 copy color: '#881F21'

red 136 ◦ green 31 ◦ blue 33

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

Shades of Flame Red #881F21

Tints of Flame Red #881F21

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.5%

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

R = 68%
G = 15.5%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#881F21 (or 0x881F21) is known color: Flame Red. HEX triplet: 88, 1F and 21. RGB value is (136,31,33). Sum of RGB (Red+Green+Blue) = 136+31+33=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #881F21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881F21 is #77E0DE. Grayscale: #3E3E3E. Windows color (decimal): -7856351 or 2170760. OLE color: 2170760.

HSL color Cylindrical-coordinate representation of color #881F21: hue angle of 358.86º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #881F21 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 31 33 -
CMYK 0 0.77 0.76 0.47
HSL 358.86º 0.63% 0.33% -
HSV(B) 358.86º 0.77% 0.53% -
XYZ 10.92 6.32 2.08 -
YUV 62.62 111.29 180.34 -
System Red Green Blue C M Y K H S L
Decimal 136 31 33 0 0.77 0.76 0.47 358.86 0.63 0.33
Hex 88 1F 21 0 4D 4C 2F 167 3F 21
Octal 210 37 41 0 115 114 57 547 77 41
Binary 10001000 11111 100001 0 1001101 1001100 101111 101100111 111111 100001

Color Harmonies of #881F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881F21

Black with #881F21

Text Example


Text Example

White with #881F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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