#98283A

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

Shades of Bright Red #98283A

Tints of Bright Red #98283A

Color information

#98283A (or 0x98283A) is unknown color: approx Bright Red. HEX triplet: 98, 28 and 3A. RGB value is (152,40,58). Sum of RGB (Red+Green+Blue) = 152+40+58=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #98283A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98283A is #67D7C5. Grayscale: #4B4B4B. Windows color (decimal): -6805446 or 3811480. OLE color: 3811480.

HSL color Cylindrical-coordinate representation of color #98283A: hue angle of 350.36º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #98283A is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB1524058-
CMYK00.740.620.40
HSL350.36º58.33%37.65%-
HSV(B)350.36º73.68%59.61%-
XYZ14.478.54.88-
YUV75.54118.11182.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 60.8%
GREEN value IS 40 (16.02% from 255) = 16%
BLUE value IS 58 (23.05% from 255) = 23.2%
R=60.8%
G=16%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152405800.740.620.40350.3658.3337.65
Hex98283A04A3E2815e3a26
Octal2305072011276505367246
Binary1001100010100011101001001010111110101000101011110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98283A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,40,58); }

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

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

 a { background-color: rgb(152,40,58); }

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

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

 span { border-color: rgb(152,40,58); }

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