Html Css Color HEX #882629 Flame Red

📋 copy color: '#882629'

red 136 ◦ green 38 ◦ blue 41

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

Shades of Flame Red #882629

Tints of Flame Red #882629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.67%

 BLUE value IS 41 (16.41% from 255) = 19.07%

R = 63.26%
G = 17.67%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#882629 (or 0x882629) is known color: Flame Red. HEX triplet: 88, 26 and 29. RGB value is (136,38,41). Sum of RGB (Red+Green+Blue) = 136+38+41=215 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.26% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 136 - color contains mainly: red. Hex color #882629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882629 is #77D9D6. Grayscale: #434343. Windows color (decimal): -7854551 or 2696840. OLE color: 2696840.

HSL color Cylindrical-coordinate representation of color #882629: hue angle of 358.16º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #882629 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 38 41 -
CMYK 0 0.72 0.70 0.47
HSL 358.16º 0.56% 0.34% -
HSV(B) 358.16º 0.72% 0.53% -
XYZ 11.25 6.78 2.81 -
YUV 67.64 112.97 176.76 -
System Red Green Blue C M Y K H S L
Decimal 136 38 41 0 0.72 0.70 0.47 358.16 0.56 0.34
Hex 88 26 29 0 48 46 2F 166 38 22
Octal 210 46 51 0 110 106 57 546 70 42
Binary 10001000 100110 101001 0 1001000 1000110 101111 101100110 111000 100010

Color Harmonies of #882629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882629

Black with #882629

Text Example


Text Example

White with #882629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882629; }

 p { color: rgb(136,38,41); }

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

background-color css

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

 a { background-color: rgb(136,38,41); }

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

border-color css

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

 span { border-color: rgb(136,38,41); }

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