#98252A

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

Shades of Bright Red #98252A

Tints of Bright Red #98252A

Color information

#98252A (or 0x98252A) is unknown color: approx Bright Red. HEX triplet: 98, 25 and 2A. RGB value is (152,37,42). Sum of RGB (Red+Green+Blue) = 152+37+42=231 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.80% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 152 - color contains mainly: red. Hex color #98252A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98252A is #67DAD5. Grayscale: #484848. Windows color (decimal): -6806230 or 2762136. OLE color: 2762136.

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

Color convert

RGB1523742-
CMYK00.760.720.40
HSL357.39º60.85%37.06%-
HSV(B)357.39º75.66%59.61%-
XYZ14.038.173.03-
YUV71.96111.1185.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 65.80%
GREEN value IS 37 (14.84% from 255) = 16.02%
BLUE value IS 42 (16.80% from 255) = 18.18%
R=65.80%
G=16.02%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152374200.760.720.40357.3960.8537.06
Hex98252A04C48281653d25
Octal23045520114110505457545
Binary10011000100101101010010011001001000101000101100101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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