Html Css Color HEX #882529 Flame Red

📋 copy color: '#882529'

red 136 ◦ green 37 ◦ blue 41

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

Shades of Flame Red #882529

Tints of Flame Red #882529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.29%

 BLUE value IS 41 (16.41% from 255) = 19.16%

R = 63.55%
G = 17.29%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#882529 (or 0x882529) is known color: Flame Red. HEX triplet: 88, 25 and 29. RGB value is (136,37,41). Sum of RGB (Red+Green+Blue) = 136+37+41=214 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.55% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 136 - color contains mainly: red. Hex color #882529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882529 is #77DAD6. Grayscale: #434343. Windows color (decimal): -7854807 or 2696584. OLE color: 2696584.

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

Color convert

RGB 136 37 41 -
CMYK 0 0.73 0.70 0.47
HSL 357.58º 0.57% 0.34% -
HSV(B) 357.58º 0.73% 0.53% -
XYZ 11.22 6.72 2.8 -
YUV 67.06 113.3 177.17 -
System Red Green Blue C M Y K H S L
Decimal 136 37 41 0 0.73 0.70 0.47 357.58 0.57 0.34
Hex 88 25 29 0 49 46 2F 166 39 22
Octal 210 45 51 0 111 106 57 546 71 42
Binary 10001000 100101 101001 0 1001001 1000110 101111 101100110 111001 100010

Color Harmonies of #882529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882529

Black with #882529

Text Example


Text Example

White with #882529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882529; }

 p { color: rgb(136,37,41); }

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

background-color css

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

 a { background-color: rgb(136,37,41); }

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

border-color css

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

 span { border-color: rgb(136,37,41); }

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