Html Css Color HEX #881822 Flame Red

📋 copy color: '#881822'

red 136 ◦ green 24 ◦ blue 34

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

Shades of Flame Red #881822

Tints of Flame Red #881822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17.53%

R = 70.1%
G = 12.37%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#881822 (or 0x881822) is known color: Flame Red. HEX triplet: 88, 18 and 22. RGB value is (136,24,34). Sum of RGB (Red+Green+Blue) = 136+24+34=194 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.10% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 34 (13.67% from 255 or 17.53% from 194); Max value from RGB is 136 - color contains mainly: red. Hex color #881822 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881822 is #77E7DD. Grayscale: #3A3A3A. Windows color (decimal): -7858142 or 2234504. OLE color: 2234504.

HSL color Cylindrical-coordinate representation of color #881822: hue angle of 354.64º 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 #881822 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 24 34 -
CMYK 0 0.82 0.75 0.47
HSL 354.64º 0.7% 0.31% -
HSV(B) 354.64º 0.82% 0.53% -
XYZ 10.77 6 2.1 -
YUV 58.63 114.11 183.19 -
System Red Green Blue C M Y K H S L
Decimal 136 24 34 0 0.82 0.75 0.47 354.64 0.7 0.31
Hex 88 18 22 0 52 4B 2F 163 46 1F
Octal 210 30 42 0 122 113 57 543 106 37
Binary 10001000 11000 100010 0 1010010 1001011 101111 101100011 1000110 11111

Color Harmonies of #881822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881822

Black with #881822

Text Example


Text Example

White with #881822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881822; }

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

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

background-color css

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

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

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

border-color css

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

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

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