Html Css Color HEX #881A26 Flame Red

📋 copy color: '#881A26'

red 136 ◦ green 26 ◦ blue 38

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

Shades of Flame Red #881A26

Tints of Flame Red #881A26

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13%

 BLUE value IS 38 (15.23% from 255) = 19%

R = 68%
G = 13%
B = 19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#881A26 (or 0x881A26) is known color: Flame Red. HEX triplet: 88, 1A and 26. RGB value is (136,26,38). Sum of RGB (Red+Green+Blue) = 136+26+38=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #881A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881A26 is #77E5D9. Grayscale: #3C3C3C. Windows color (decimal): -7857626 or 2497160. OLE color: 2497160.

HSL color Cylindrical-coordinate representation of color #881A26: hue angle of 353.45º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #881A26 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 26 38 -
CMYK 0 0.81 0.72 0.47
HSL 353.45º 0.68% 0.32% -
HSV(B) 353.45º 0.81% 0.53% -
XYZ 10.87 6.11 2.44 -
YUV 60.26 115.44 182.02 -
System Red Green Blue C M Y K H S L
Decimal 136 26 38 0 0.81 0.72 0.47 353.45 0.68 0.32
Hex 88 1A 26 0 51 48 2F 161 44 20
Octal 210 32 46 0 121 110 57 541 104 40
Binary 10001000 11010 100110 0 1010001 1001000 101111 101100001 1000100 100000

Color Harmonies of #881A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881A26

Black with #881A26

Text Example


Text Example

White with #881A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,26,38); }

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

background-color css

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

 a { background-color: rgb(136,26,38); }

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

border-color css

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

 span { border-color: rgb(136,26,38); }

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