#991A24

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

Shades of Bright Red #991A24

Tints of Bright Red #991A24

Color information

#991A24 (or 0x991A24) is unknown color: approx Bright Red. HEX triplet: 99, 1A and 24. RGB value is (153,26,36). Sum of RGB (Red+Green+Blue) = 153+26+36=215 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.16% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 153 - color contains mainly: red. Hex color #991A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991A24 is #66E5DB. Grayscale: #414141. Windows color (decimal): -6743516 or 2366105. OLE color: 2366105.

HSL color Cylindrical-coordinate representation of color #991A24: hue angle of 355.28º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #991A24 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB1532636-
CMYK00.830.760.4
HSL355.28º70.95%35.1%-
HSV(B)355.28º83.01%60%-
XYZ13.827.642.41-
YUV65.11111.58190.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 71.16%
GREEN value IS 26 (10.55% from 255) = 12.09%
BLUE value IS 36 (14.45% from 255) = 16.74%
R=71.16%
G=12.09%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153263600.830.760.4355.2870.9535.1
Hex991A240534C281634723
Octal231324401231145054310743
Binary10011001110101001000101001110011001010001011000111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,26,36); }

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

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

 a { background-color: rgb(153,26,36); }

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

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

 span { border-color: rgb(153,26,36); }

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