Html Css Color HEX #881825 Flame Red

📋 copy color: '#881825'

red 136 ◦ green 24 ◦ blue 37

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

Shades of Flame Red #881825

Tints of Flame Red #881825

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.18%

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

R = 69.04%
G = 12.18%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#881825 (or 0x881825) is known color: Flame Red. HEX triplet: 88, 18 and 25. RGB value is (136,24,37). Sum of RGB (Red+Green+Blue) = 136+24+37=197 (26% of max value = 765). Red value is 136 (53.52% from 255 or 69.04% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 37 (14.84% from 255 or 18.78% from 197); Max value from RGB is 136 - color contains mainly: red. Hex color #881825 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881825 is #77E7DA. Grayscale: #3B3B3B. Windows color (decimal): -7858139 or 2431112. OLE color: 2431112.

HSL color Cylindrical-coordinate representation of color #881825: hue angle of 353.04º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881825 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 24 37 -
CMYK 0 0.82 0.73 0.47
HSL 353.04º 0.7% 0.31% -
HSV(B) 353.04º 0.82% 0.53% -
XYZ 10.81 6.02 2.34 -
YUV 58.97 115.61 182.94 -
System Red Green Blue C M Y K H S L
Decimal 136 24 37 0 0.82 0.73 0.47 353.04 0.7 0.31
Hex 88 18 25 0 52 49 2F 161 46 1F
Octal 210 30 45 0 122 111 57 541 106 37
Binary 10001000 11000 100101 0 1010010 1001001 101111 101100001 1000110 11111

Color Harmonies of #881825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881825

Black with #881825

Text Example


Text Example

White with #881825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881825; }

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

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

background-color css

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

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

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

border-color css

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

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

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