#98212E

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

Shades of Bright Red #98212E

Tints of Bright Red #98212E

Color information

#98212E (or 0x98212E) is unknown color: approx Bright Red. HEX triplet: 98, 21 and 2E. RGB value is (152,33,46). Sum of RGB (Red+Green+Blue) = 152+33+46=231 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.80% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 152 - color contains mainly: red. Hex color #98212E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98212E is #67DED1. Grayscale: #464646. Windows color (decimal): -6807250 or 3023256. OLE color: 3023256.

HSL color Cylindrical-coordinate representation of color #98212E: hue angle of 353.45º 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 #98212E is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB1523346-
CMYK00.780.700.40
HSL353.45º64.32%36.27%-
HSV(B)353.45º78.29%59.61%-
XYZ13.997.963.38-
YUV70.06114.42186.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 65.80%
GREEN value IS 33 (13.28% from 255) = 14.29%
BLUE value IS 46 (18.36% from 255) = 19.91%
R=65.80%
G=14.29%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152334600.780.700.40353.4564.3236.27
Hex98212E04E46281614024
Octal230415601161065054110044
Binary100110001000011011100100111010001101010001011000011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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