#881421

Color #881421 Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #881421

Tints of Flame Red #881421

Color information

#881421 (or 0x881421) is unknown color: approx Flame Red. HEX triplet: 88, 14 and 21. RGB value is (136,20,33). Sum of RGB (Red+Green+Blue) = 136+20+33=189 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.96% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 136 - color contains mainly: red. Hex color #881421 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881421 is #77EBDE. Grayscale: #383838. Windows color (decimal): -7859167 or 2167944. OLE color: 2167944.

HSL color Cylindrical-coordinate representation of color #881421: hue angle of 353.28º degrees, saturation: 0.74, 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 #881421 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB1362033-
CMYK00.850.760.47
HSL353.28º74.36%30.59%-
HSV(B)353.28º85.29%53.33%-
XYZ10.685.842-
YUV56.17114.93184.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 71.96%
GREEN value IS 20 (8.20% from 255) = 10.58%
BLUE value IS 33 (13.28% from 255) = 17.46%
R=71.96%
G=10.58%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136203300.850.760.47353.2874.3630.59
Hex8814210554C2F1614a1f
Octal210244101251145754111237
Binary1000100010100100001010101011001100101111101100001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881421; }

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

 H1.HeaderClassName
 {
   color: #881421;
 }
 .AnyTagClassName
 {
   color: #881421;
 }
</style>
background-color css

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

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

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

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

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

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