#99142B

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

Shades of Bright Red #99142B

Tints of Bright Red #99142B

Color information

#99142B (or 0x99142B) is unknown color: approx Bright Red. HEX triplet: 99, 14 and 2B. RGB value is (153,20,43). Sum of RGB (Red+Green+Blue) = 153+20+43=216 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.83% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 153 - color contains mainly: red. Hex color #99142B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99142B is #66EBD4. Grayscale: #3E3E3E. Windows color (decimal): -6745045 or 2823321. OLE color: 2823321.

HSL color Cylindrical-coordinate representation of color #99142B: hue angle of 349.62º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #99142B is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB1532043-
CMYK00.870.720.4
HSL349.62º76.88%33.92%-
HSV(B)349.62º86.93%60%-
XYZ13.827.452.99-
YUV62.39117.06192.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 70.83%
GREEN value IS 20 (8.20% from 255) = 9.26%
BLUE value IS 43 (17.19% from 255) = 19.91%
R=70.83%
G=9.26%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153204300.870.720.4349.6276.8833.92
Hex99142B057482815e4d22
Octal231245301271105053611542
Binary10011001101001010110101011110010001010001010111101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99142B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99142B; }

 p { color: rgb(153,20,43); }

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

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

 a { background-color: rgb(153,20,43); }

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

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

 span { border-color: rgb(153,20,43); }

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