#98133A

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

Shades of Bright Red #98133A

Tints of Bright Red #98133A

Color information

#98133A (or 0x98133A) is unknown color: approx Bright Red. HEX triplet: 98, 13 and 3A. RGB value is (152,19,58). Sum of RGB (Red+Green+Blue) = 152+19+58=229 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.38% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 152 - color contains mainly: red. Hex color #98133A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98133A is #67ECC5. Grayscale: #3F3F3F. Windows color (decimal): -6810822 or 3806104. OLE color: 3806104.

HSL color Cylindrical-coordinate representation of color #98133A: hue angle of 342.41º degrees, saturation: 0.78, 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 #98133A is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB1521958-
CMYK00.870.620.40
HSL342.41º77.78%33.53%-
HSV(B)342.41º87.5%59.61%-
XYZ13.957.454.71-
YUV63.21125.06191.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 66.38%
GREEN value IS 19 (7.81% from 255) = 8.30%
BLUE value IS 58 (23.05% from 255) = 25.33%
R=66.38%
G=8.30%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152195800.870.620.40342.4177.7833.53
Hex98133A0573E281564e22
Octal23023720127765052611642
Binary1001100010011111010010101111111101010001010101101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,19,58); }

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

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

 a { background-color: rgb(152,19,58); }

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

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

 span { border-color: rgb(152,19,58); }

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