Html Css Color HEX #881928 Flame Red

📋 copy color: '#881928'

red 136 ◦ green 25 ◦ blue 40

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

Shades of Flame Red #881928

Tints of Flame Red #881928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.44%

 BLUE value IS 40 (16.02% from 255) = 19.9%

R = 67.66%
G = 12.44%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#881928 (or 0x881928) is known color: Flame Red. HEX triplet: 88, 19 and 28. RGB value is (136,25,40). Sum of RGB (Red+Green+Blue) = 136+25+40=201 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.66% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 136 - color contains mainly: red. Hex color #881928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881928 is #77E6D7. Grayscale: #3B3B3B. Windows color (decimal): -7857880 or 2627976. OLE color: 2627976.

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

Color convert

RGB 136 25 40 -
CMYK 0 0.82 0.71 0.47
HSL 351.89º 0.69% 0.32% -
HSV(B) 351.89º 0.82% 0.53% -
XYZ 10.88 6.08 2.61 -
YUV 59.9 116.77 182.28 -
System Red Green Blue C M Y K H S L
Decimal 136 25 40 0 0.82 0.71 0.47 351.89 0.69 0.32
Hex 88 19 28 0 52 47 2F 160 45 20
Octal 210 31 50 0 122 107 57 540 105 40
Binary 10001000 11001 101000 0 1010010 1000111 101111 101100000 1000101 100000

Color Harmonies of #881928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881928

Black with #881928

Text Example


Text Example

White with #881928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881928; }

 p { color: rgb(136,25,40); }

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

background-color css

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

 a { background-color: rgb(136,25,40); }

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

border-color css

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

 span { border-color: rgb(136,25,40); }

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