#991E25

Color #991E25 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #991E25

Tints of Bright Red #991E25

Color information

#991E25 (or 0x991E25) is unknown color: approx Bright Red. HEX triplet: 99, 1E and 25. RGB value is (153,30,37). Sum of RGB (Red+Green+Blue) = 153+30+37=220 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.55% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 153 - color contains mainly: red. Hex color #991E25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991E25 is #66E1DA. Grayscale: #434343. Windows color (decimal): -6742491 or 2432665. OLE color: 2432665.

HSL color Cylindrical-coordinate representation of color #991E25: hue angle of 356.59º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #991E25 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB1533037-
CMYK00.800.760.4
HSL356.59º67.21%35.88%-
HSV(B)356.59º80.39%60%-
XYZ13.947.832.53-
YUV67.58110.75188.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 69.55%
GREEN value IS 30 (12.11% from 255) = 13.64%
BLUE value IS 37 (14.84% from 255) = 16.82%
R=69.55%
G=13.64%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153303700.800.760.4356.5967.2135.88
Hex991E250504C281654324
Octal231364501201145054510344
Binary10011001111101001010101000010011001010001011001011000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #991E25;
 }
 .AnyTagClassName
 {
   color: #991E25;
 }
</style>
background-color css

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

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

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

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

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

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