#982530

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

Shades of Bright Red #982530

Tints of Bright Red #982530

Color information

#982530 (or 0x982530) is unknown color: approx Bright Red. HEX triplet: 98, 25 and 30. RGB value is (152,37,48). Sum of RGB (Red+Green+Blue) = 152+37+48=237 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.14% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 152 - color contains mainly: red. Hex color #982530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982530 is #67DACF. Grayscale: #484848. Windows color (decimal): -6806224 or 3155352. OLE color: 3155352.

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

Color convert

RGB1523748-
CMYK00.760.680.40
HSL354.26º60.85%37.06%-
HSV(B)354.26º75.66%59.61%-
XYZ14.148.213.64-
YUV72.64114.1184.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 64.14%
GREEN value IS 37 (14.84% from 255) = 15.61%
BLUE value IS 48 (19.14% from 255) = 20.25%
R=64.14%
G=15.61%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152374800.760.680.40354.2660.8537.06
Hex98253004C44281623d25
Octal23045600114104505427545
Binary10011000100101110000010011001000100101000101100010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982530; }

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

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

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

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

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

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

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

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