Html Css Color HEX #882830 Flame Red

📋 copy color: '#882830'

red 136 ◦ green 40 ◦ blue 48

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

Shades of Flame Red #882830

Tints of Flame Red #882830

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.86%

 BLUE value IS 48 (19.14% from 255) = 21.43%

R = 60.71%
G = 17.86%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#882830 (or 0x882830) is known color: Flame Red. HEX triplet: 88, 28 and 30. RGB value is (136,40,48). Sum of RGB (Red+Green+Blue) = 136+40+48=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #882830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882830 is #77D7CF. Grayscale: #454545. Windows color (decimal): -7854032 or 3156104. OLE color: 3156104.

HSL color Cylindrical-coordinate representation of color #882830: hue angle of 355º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #882830 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 40 48 -
CMYK 0 0.71 0.65 0.47
HSL 355º 0.55% 0.35% -
HSV(B) 355º 0.71% 0.53% -
XYZ 11.45 6.97 3.54 -
YUV 69.62 115.8 175.35 -
System Red Green Blue C M Y K H S L
Decimal 136 40 48 0 0.71 0.65 0.47 355 0.55 0.35
Hex 88 28 30 0 47 41 2F 163 37 23
Octal 210 50 60 0 107 101 57 543 67 43
Binary 10001000 101000 110000 0 1000111 1000001 101111 101100011 110111 100011

Color Harmonies of #882830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882830

Black with #882830

Text Example


Text Example

White with #882830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882830; }

 p { color: rgb(136,40,48); }

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

background-color css

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

 a { background-color: rgb(136,40,48); }

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

border-color css

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

 span { border-color: rgb(136,40,48); }

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