Html Css Color HEX #882C2F Flame Red

📋 copy color: '#882C2F'

red 136 ◦ green 44 ◦ blue 47

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

Shades of Flame Red #882C2F

Tints of Flame Red #882C2F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.38%

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

R = 59.91%
G = 19.38%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#882C2F (or 0x882C2F) is known color: Flame Red. HEX triplet: 88, 2C and 2F. RGB value is (136,44,47). Sum of RGB (Red+Green+Blue) = 136+44+47=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #882C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882C2F is #77D3D0. Grayscale: #474747. Windows color (decimal): -7853009 or 3091592. OLE color: 3091592.

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

Color convert

RGB 136 44 47 -
CMYK 0 0.68 0.65 0.47
HSL 358.04º 0.51% 0.35% -
HSV(B) 358.04º 0.68% 0.53% -
XYZ 11.57 7.24 3.48 -
YUV 71.85 113.98 173.76 -
System Red Green Blue C M Y K H S L
Decimal 136 44 47 0 0.68 0.65 0.47 358.04 0.51 0.35
Hex 88 2C 2F 0 44 41 2F 166 33 23
Octal 210 54 57 0 104 101 57 546 63 43
Binary 10001000 101100 101111 0 1000100 1000001 101111 101100110 110011 100011

Color Harmonies of #882C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882C2F

Black with #882C2F

Text Example


Text Example

White with #882C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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