#98142A

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

Shades of Bright Red #98142A

Tints of Bright Red #98142A

Color information

#98142A (or 0x98142A) is unknown color: approx Bright Red. HEX triplet: 98, 14 and 2A. RGB value is (152,20,42). Sum of RGB (Red+Green+Blue) = 152+20+42=214 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.03% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 152 - color contains mainly: red. Hex color #98142A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98142A is #67EBD5. Grayscale: #3E3E3E. Windows color (decimal): -6810582 or 2757784. OLE color: 2757784.

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

Color convert

RGB1522042-
CMYK00.870.720.40
HSL350º76.74%33.73%-
HSV(B)350º86.84%59.61%-
XYZ13.627.342.89-
YUV61.98116.73192.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 71.03%
GREEN value IS 20 (8.20% from 255) = 9.35%
BLUE value IS 42 (16.80% from 255) = 19.63%
R=71.03%
G=9.35%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152204200.870.720.4035076.7433.73
Hex98142A057482815e4d22
Octal230245201271105053611542
Binary10011000101001010100101011110010001010001010111101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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