Html Css Color HEX #881722 Flame Red

📋 copy color: '#881722'

red 136 ◦ green 23 ◦ blue 34

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

Shades of Flame Red #881722

Tints of Flame Red #881722

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.92%

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

R = 70.47%
G = 11.92%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#881722 (or 0x881722) is known color: Flame Red. HEX triplet: 88, 17 and 22. RGB value is (136,23,34). Sum of RGB (Red+Green+Blue) = 136+23+34=193 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.47% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 34 (13.67% from 255 or 17.62% from 193); Max value from RGB is 136 - color contains mainly: red. Hex color #881722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881722 is #77E8DD. Grayscale: #3A3A3A. Windows color (decimal): -7858398 or 2234248. OLE color: 2234248.

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

Color convert

RGB 136 23 34 -
CMYK 0 0.83 0.75 0.47
HSL 354.16º 0.71% 0.31% -
HSV(B) 354.16º 0.83% 0.53% -
XYZ 10.75 5.96 2.1 -
YUV 58.04 114.44 183.61 -
System Red Green Blue C M Y K H S L
Decimal 136 23 34 0 0.83 0.75 0.47 354.16 0.71 0.31
Hex 88 17 22 0 53 4B 2F 162 47 1F
Octal 210 27 42 0 123 113 57 542 107 37
Binary 10001000 10111 100010 0 1010011 1001011 101111 101100010 1000111 11111

Color Harmonies of #881722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881722

Black with #881722

Text Example


Text Example

White with #881722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881722; }

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

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

background-color css

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

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

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

border-color css

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

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

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