#98212A

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

Shades of Bright Red #98212A

Tints of Bright Red #98212A

Color information

#98212A (or 0x98212A) is unknown color: approx Bright Red. HEX triplet: 98, 21 and 2A. RGB value is (152,33,42). Sum of RGB (Red+Green+Blue) = 152+33+42=227 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.96% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 152 - color contains mainly: red. Hex color #98212A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98212A is #67DED5. Grayscale: #454545. Windows color (decimal): -6807254 or 2761112. OLE color: 2761112.

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

Color convert

RGB1523342-
CMYK00.780.720.40
HSL355.46º64.32%36.27%-
HSV(B)355.46º78.29%59.61%-
XYZ13.917.932.99-
YUV69.61112.42186.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 66.96%
GREEN value IS 33 (13.28% from 255) = 14.54%
BLUE value IS 42 (16.80% from 255) = 18.50%
R=66.96%
G=14.54%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152334200.780.720.40355.4664.3236.27
Hex98212A04E48281634024
Octal230415201161105054310044
Binary100110001000011010100100111010010001010001011000111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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