Html Css Color HEX #881E25 Flame Red

📋 copy color: '#881E25'

red 136 ◦ green 30 ◦ blue 37

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

Shades of Flame Red #881E25

Tints of Flame Red #881E25

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.78%

 BLUE value IS 37 (14.84% from 255) = 18.23%

R = 67%
G = 14.78%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#881E25 (or 0x881E25) is known color: Flame Red. HEX triplet: 88, 1E and 25. RGB value is (136,30,37). Sum of RGB (Red+Green+Blue) = 136+30+37=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 30 (12.11% from 255 or 14.78% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #881E25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881E25 is #77E1DA. Grayscale: #3E3E3E. Windows color (decimal): -7856603 or 2432648. OLE color: 2432648.

HSL color Cylindrical-coordinate representation of color #881E25: hue angle of 356.04º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #881E25 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 30 37 -
CMYK 0 0.78 0.73 0.47
HSL 356.04º 0.64% 0.33% -
HSV(B) 356.04º 0.78% 0.53% -
XYZ 10.95 6.3 2.39 -
YUV 62.49 113.62 180.43 -
System Red Green Blue C M Y K H S L
Decimal 136 30 37 0 0.78 0.73 0.47 356.04 0.64 0.33
Hex 88 1E 25 0 4E 49 2F 164 40 21
Octal 210 36 45 0 116 111 57 544 100 41
Binary 10001000 11110 100101 0 1001110 1001001 101111 101100100 1000000 100001

Color Harmonies of #881E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881E25

Black with #881E25

Text Example


Text Example

White with #881E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881E25; }

 p { color: rgb(136,30,37); }

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

background-color css

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

 a { background-color: rgb(136,30,37); }

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

border-color css

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

 span { border-color: rgb(136,30,37); }

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