Html Css Color HEX #882327 Flame Red

📋 copy color: '#882327'

red 136 ◦ green 35 ◦ blue 39

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

Shades of Flame Red #882327

Tints of Flame Red #882327

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.67%

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

R = 64.76%
G = 16.67%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#882327 (or 0x882327) is known color: Flame Red. HEX triplet: 88, 23 and 27. RGB value is (136,35,39). Sum of RGB (Red+Green+Blue) = 136+35+39=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #882327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882327 is #77DCD8. Grayscale: #414141. Windows color (decimal): -7855321 or 2565000. OLE color: 2565000.

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

Color convert

RGB 136 35 39 -
CMYK 0 0.74 0.71 0.47
HSL 357.62º 0.59% 0.34% -
HSV(B) 357.62º 0.74% 0.53% -
XYZ 11.12 6.58 2.6 -
YUV 65.66 112.96 178.17 -
System Red Green Blue C M Y K H S L
Decimal 136 35 39 0 0.74 0.71 0.47 357.62 0.59 0.34
Hex 88 23 27 0 4A 47 2F 166 3B 22
Octal 210 43 47 0 112 107 57 546 73 42
Binary 10001000 100011 100111 0 1001010 1000111 101111 101100110 111011 100010

Color Harmonies of #882327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882327

Black with #882327

Text Example


Text Example

White with #882327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882327; }

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

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

background-color css

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

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

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

border-color css

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

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

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