#991F38

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

Shades of Bright Red #991F38

Tints of Bright Red #991F38

Color information

#991F38 (or 0x991F38) is unknown color: approx Bright Red. HEX triplet: 99, 1F and 38. RGB value is (153,31,56). Sum of RGB (Red+Green+Blue) = 153+31+56=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #991F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991F38 is #66E0C7. Grayscale: #464646. Windows color (decimal): -6742216 or 3678105. OLE color: 3678105.

HSL color Cylindrical-coordinate representation of color #991F38: hue angle of 347.7º degrees, saturation: 0.66, 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 #991F38 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB1533156-
CMYK00.800.630.4
HSL347.7º66.3%36.08%-
HSV(B)347.7º79.74%60%-
XYZ14.348.044.54-
YUV70.33119.92186.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 63.75%
GREEN value IS 31 (12.5% from 255) = 12.92%
BLUE value IS 56 (22.27% from 255) = 23.33%
R=63.75%
G=12.92%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153315600.800.630.4347.766.336.08
Hex991F380503F2815c4224
Octal23137700120775053410244
Binary1001100111111111000010100001111111010001010111001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,31,56); }

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

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

 a { background-color: rgb(153,31,56); }

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

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

 span { border-color: rgb(153,31,56); }

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