#991B25

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

Shades of Bright Red #991B25

Tints of Bright Red #991B25

Color information

#991B25 (or 0x991B25) is unknown color: approx Bright Red. HEX triplet: 99, 1B and 25. RGB value is (153,27,37). Sum of RGB (Red+Green+Blue) = 153+27+37=217 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.51% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 153 - color contains mainly: red. Hex color #991B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991B25 is #66E4DA. Grayscale: #414141. Windows color (decimal): -6743259 or 2431897. OLE color: 2431897.

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

Color convert

RGB1532737-
CMYK00.820.760.4
HSL355.24º70%35.29%-
HSV(B)355.24º82.35%60%-
XYZ13.867.692.5-
YUV65.81111.74190.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 70.51%
GREEN value IS 27 (10.94% from 255) = 12.44%
BLUE value IS 37 (14.84% from 255) = 17.05%
R=70.51%
G=12.44%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153273700.820.760.4355.247035.29
Hex991B250524C281634623
Octal231334501221145054310643
Binary10011001110111001010101001010011001010001011000111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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