#98152A

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

Shades of Bright Red #98152A

Tints of Bright Red #98152A

Color information

#98152A (or 0x98152A) is unknown color: approx Bright Red. HEX triplet: 98, 15 and 2A. RGB value is (152,21,42). Sum of RGB (Red+Green+Blue) = 152+21+42=215 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.70% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 152 - color contains mainly: red. Hex color #98152A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98152A is #67EAD5. Grayscale: #3E3E3E. Windows color (decimal): -6810326 or 2758040. OLE color: 2758040.

HSL color Cylindrical-coordinate representation of color #98152A: hue angle of 350.38º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #98152A is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB1522142-
CMYK00.860.720.40
HSL350.38º75.72%33.92%-
HSV(B)350.38º86.18%59.61%-
XYZ13.637.382.9-
YUV62.56116.4191.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 70.70%
GREEN value IS 21 (8.59% from 255) = 9.77%
BLUE value IS 42 (16.80% from 255) = 19.53%
R=70.70%
G=9.77%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152214200.860.720.40350.3875.7233.92
Hex98152A056482815e4c22
Octal230255201261105053611442
Binary10011000101011010100101011010010001010001010111101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98152A; }

 p { color: rgb(152,21,42); }

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

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

 a { background-color: rgb(152,21,42); }

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

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

 span { border-color: rgb(152,21,42); }

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