#982125

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

Shades of Bright Red #982125

Tints of Bright Red #982125

Color information

#982125 (or 0x982125) is unknown color: approx Bright Red. HEX triplet: 98, 21 and 25. RGB value is (152,33,37). Sum of RGB (Red+Green+Blue) = 152+33+37=222 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.47% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 152 - color contains mainly: red. Hex color #982125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982125 is #67DEDA. Grayscale: #454545. Windows color (decimal): -6807259 or 2433432. OLE color: 2433432.

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

Color convert

RGB1523337-
CMYK00.780.760.40
HSL357.98º64.32%36.27%-
HSV(B)357.98º78.29%59.61%-
XYZ13.837.92.55-
YUV69.04109.92187.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 68.47%
GREEN value IS 33 (13.28% from 255) = 14.86%
BLUE value IS 37 (14.84% from 255) = 16.67%
R=68.47%
G=14.86%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152333700.780.760.40357.9864.3236.27
Hex98212504E4C281664024
Octal230414501161145054610044
Binary100110001000011001010100111010011001010001011001101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982125; }

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

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

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

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

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

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

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

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