Html Css Color HEX #882527 Flame Red

📋 copy color: '#882527'

red 136 ◦ green 37 ◦ blue 39

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

Shades of Flame Red #882527

Tints of Flame Red #882527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.4%

R = 64.15%
G = 17.45%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#882527 (or 0x882527) is known color: Flame Red. HEX triplet: 88, 25 and 27. RGB value is (136,37,39). Sum of RGB (Red+Green+Blue) = 136+37+39=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #882527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882527 is #77DAD8. Grayscale: #424242. Windows color (decimal): -7854809 or 2565512. OLE color: 2565512.

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

Color convert

RGB 136 37 39 -
CMYK 0 0.73 0.71 0.47
HSL 358.79º 0.57% 0.34% -
HSV(B) 358.79º 0.73% 0.53% -
XYZ 11.18 6.7 2.62 -
YUV 66.83 112.3 177.34 -
System Red Green Blue C M Y K H S L
Decimal 136 37 39 0 0.73 0.71 0.47 358.79 0.57 0.34
Hex 88 25 27 0 49 47 2F 167 39 22
Octal 210 45 47 0 111 107 57 547 71 42
Binary 10001000 100101 100111 0 1001001 1000111 101111 101100111 111001 100010

Color Harmonies of #882527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882527

Black with #882527

Text Example


Text Example

White with #882527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882527; }

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

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

background-color css

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

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

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

border-color css

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

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

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