Html Css Color HEX #881826 Flame Red

📋 copy color: '#881826'

red 136 ◦ green 24 ◦ blue 38

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

Shades of Flame Red #881826

Tints of Flame Red #881826

RGB

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

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

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

R = 68.69%
G = 12.12%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#881826 (or 0x881826) is known color: Flame Red. HEX triplet: 88, 18 and 26. RGB value is (136,24,38). Sum of RGB (Red+Green+Blue) = 136+24+38=198 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.69% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 38 (15.23% from 255 or 19.19% from 198); Max value from RGB is 136 - color contains mainly: red. Hex color #881826 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881826 is #77E7D9. Grayscale: #3B3B3B. Windows color (decimal): -7858138 or 2496648. OLE color: 2496648.

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

Color convert

RGB 136 24 38 -
CMYK 0 0.82 0.72 0.47
HSL 352.5º 0.7% 0.31% -
HSV(B) 352.5º 0.82% 0.53% -
XYZ 10.83 6.03 2.43 -
YUV 59.08 116.11 182.86 -
System Red Green Blue C M Y K H S L
Decimal 136 24 38 0 0.82 0.72 0.47 352.5 0.7 0.31
Hex 88 18 26 0 52 48 2F 160 46 1F
Octal 210 30 46 0 122 110 57 540 106 37
Binary 10001000 11000 100110 0 1010010 1001000 101111 101100000 1000110 11111

Color Harmonies of #881826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881826

Black with #881826

Text Example


Text Example

White with #881826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881826; }

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

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

background-color css

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

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

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

border-color css

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

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

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