Html Css Color HEX #98253C Bright Red

📋 copy color: '#98253C'

red 152 ◦ green 37 ◦ blue 60

#98253C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Red #98253C

Tints of Bright Red #98253C

RGB

 RED value IS 152 (59.77% from 255) = 61.04%

 GREEN value IS 37 (14.84% from 255) = 14.86%

 BLUE value IS 60 (23.83% from 255) = 24.1%

R = 61.04%
G = 14.86%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#98253C (or 0x98253C) is known color: Bright Red. HEX triplet: 98, 25 and 3C. RGB value is (152,37,60). Sum of RGB (Red+Green+Blue) = 152+37+60=249 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.04% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 152 - color contains mainly: red. Hex color #98253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98253C is #67DAC3. Grayscale: #4A4A4A. Windows color (decimal): -6806212 or 3941784. OLE color: 3941784.

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

Color convert

RGB 152 37 60 -
CMYK 0 0.76 0.61 0.40
HSL 348º 0.61% 0.37% -
HSV(B) 348º 0.76% 0.6% -
XYZ 14.43 8.32 5.12 -
YUV 74.01 120.1 183.63 -
System Red Green Blue C M Y K H S L
Decimal 152 37 60 0 0.76 0.61 0.40 348 0.61 0.37
Hex 98 25 3C 0 4C 3D 28 15C 3D 25
Octal 230 45 74 0 114 75 50 534 75 45
Binary 10011000 100101 111100 0 1001100 111101 101000 101011100 111101 100101

Color Harmonies of #98253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98253C

Black with #98253C

Text Example


Text Example

White with #98253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98253C; }

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

 H1.HeaderClassName
 {
   color: #98253C;
 }
 .AnyTagClassName
 {
   color: #98253C;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #98253C;
 }
 .BgClassName
 {
   background-color: #98253C;
 }
</style>

border-color css

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

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

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