#982438

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

Shades of Bright Red #982438

Tints of Bright Red #982438

Color information

#982438 (or 0x982438) is unknown color: approx Bright Red. HEX triplet: 98, 24 and 38. RGB value is (152,36,56). Sum of RGB (Red+Green+Blue) = 152+36+56=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #982438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982438 is #67DBC7. Grayscale: #494949. Windows color (decimal): -6806472 or 3679384. OLE color: 3679384.

HSL color Cylindrical-coordinate representation of color #982438: hue angle of 349.66º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982438 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.40.

Color convert

RGB1523656-
CMYK00.760.630.40
HSL349.66º61.7%36.86%-
HSV(B)349.66º76.32%59.61%-
XYZ14.298.224.58-
YUV72.96118.43184.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.30%
GREEN value IS 36 (14.45% from 255) = 14.75%
BLUE value IS 56 (22.27% from 255) = 22.95%
R=62.30%
G=14.75%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152365600.760.630.40349.6661.736.86
Hex98243804C3F2815e3e25
Octal2304470011477505367645
Binary1001100010010011100001001100111111101000101011110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982438; }

 p { color: rgb(152,36,56); }

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

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

 a { background-color: rgb(152,36,56); }

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

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

 span { border-color: rgb(152,36,56); }

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