#982135

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

Shades of Bright Red #982135

Tints of Bright Red #982135

Color information

#982135 (or 0x982135) is unknown color: approx Bright Red. HEX triplet: 98, 21 and 35. RGB value is (152,33,53). Sum of RGB (Red+Green+Blue) = 152+33+53=238 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.87% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 152 - color contains mainly: red. Hex color #982135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982135 is #67DECA. Grayscale: #464646. Windows color (decimal): -6807243 or 3482008. OLE color: 3482008.

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

Color convert

RGB1523353-
CMYK00.780.650.40
HSL349.92º64.32%36.27%-
HSV(B)349.92º78.29%59.61%-
XYZ14.148.024.17-
YUV70.86117.92185.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 63.87%
GREEN value IS 33 (13.28% from 255) = 13.87%
BLUE value IS 53 (21.09% from 255) = 22.27%
R=63.87%
G=13.87%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152335300.780.650.40349.9264.3236.27
Hex98213504E412815e4024
Octal230416501161015053610044
Binary100110001000011101010100111010000011010001010111101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982135; }

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

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

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

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

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

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

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

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