Html Css Color HEX #882426 Flame Red

📋 copy color: '#882426'

red 136 ◦ green 36 ◦ blue 38

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

Shades of Flame Red #882426

Tints of Flame Red #882426

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.14%

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

R = 64.76%
G = 17.14%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#882426 (or 0x882426) is known color: Flame Red. HEX triplet: 88, 24 and 26. RGB value is (136,36,38). Sum of RGB (Red+Green+Blue) = 136+36+38=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #882426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882426 is #77DBD9. Grayscale: #424242. Windows color (decimal): -7855066 or 2499720. OLE color: 2499720.

HSL color Cylindrical-coordinate representation of color #882426: hue angle of 358.8º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882426 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 36 38 -
CMYK 0 0.74 0.72 0.47
HSL 358.8º 0.58% 0.34% -
HSV(B) 358.8º 0.74% 0.53% -
XYZ 11.13 6.64 2.53 -
YUV 66.13 112.13 177.84 -
System Red Green Blue C M Y K H S L
Decimal 136 36 38 0 0.74 0.72 0.47 358.8 0.58 0.34
Hex 88 24 26 0 4A 48 2F 167 3A 22
Octal 210 44 46 0 112 110 57 547 72 42
Binary 10001000 100100 100110 0 1001010 1001000 101111 101100111 111010 100010

Color Harmonies of #882426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882426

Black with #882426

Text Example


Text Example

White with #882426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882426; }

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

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

background-color css

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

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

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

border-color css

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

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

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