#991230

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

Shades of Bright Red #991230

Tints of Bright Red #991230

Color information

#991230 (or 0x991230) is unknown color: approx Bright Red. HEX triplet: 99, 12 and 30. RGB value is (153,18,48). Sum of RGB (Red+Green+Blue) = 153+18+48=219 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.86% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 153 - color contains mainly: red. Hex color #991230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991230 is #66EDCF. Grayscale: #3D3D3D. Windows color (decimal): -6745552 or 3150489. OLE color: 3150489.

HSL color Cylindrical-coordinate representation of color #991230: hue angle of 346.67º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991230 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB1531848-
CMYK00.880.690.4
HSL346.67º78.95%33.53%-
HSV(B)346.67º88.24%60%-
XYZ13.897.423.5-
YUV61.78120.23193.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 69.86%
GREEN value IS 18 (7.42% from 255) = 8.22%
BLUE value IS 48 (19.14% from 255) = 21.92%
R=69.86%
G=8.22%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.69
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153184800.880.690.4346.6778.9533.53
Hex991230058452815b4f22
Octal231226001301055053311742
Binary10011001100101100000101100010001011010001010110111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991230; }

 p { color: rgb(153,18,48); }

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

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

 a { background-color: rgb(153,18,48); }

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

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

 span { border-color: rgb(153,18,48); }

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