Html Css Color HEX #882A2F Flame Red

📋 copy color: '#882A2F'

red 136 ◦ green 42 ◦ blue 47

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

Shades of Flame Red #882A2F

Tints of Flame Red #882A2F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.67%

 BLUE value IS 47 (18.75% from 255) = 20.89%

R = 60.44%
G = 18.67%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#882A2F (or 0x882A2F) is known color: Flame Red. HEX triplet: 88, 2A and 2F. RGB value is (136,42,47). Sum of RGB (Red+Green+Blue) = 136+42+47=225 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.44% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 136 - color contains mainly: red. Hex color #882A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882A2F is #77D5D0. Grayscale: #464646. Windows color (decimal): -7853521 or 3091080. OLE color: 3091080.

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

Color convert

RGB 136 42 47 -
CMYK 0 0.69 0.65 0.47
HSL 356.81º 0.53% 0.35% -
HSV(B) 356.81º 0.69% 0.53% -
XYZ 11.49 7.1 3.45 -
YUV 70.68 114.64 174.59 -
System Red Green Blue C M Y K H S L
Decimal 136 42 47 0 0.69 0.65 0.47 356.81 0.53 0.35
Hex 88 2A 2F 0 45 41 2F 165 35 23
Octal 210 52 57 0 105 101 57 545 65 43
Binary 10001000 101010 101111 0 1000101 1000001 101111 101100101 110101 100011

Color Harmonies of #882A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882A2F

Black with #882A2F

Text Example


Text Example

White with #882A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882A2F; }

 p { color: rgb(136,42,47); }

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

background-color css

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

 a { background-color: rgb(136,42,47); }

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

border-color css

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

 span { border-color: rgb(136,42,47); }

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