Html Css Color HEX #982425 Bright Red

📋 copy color: '#982425'

red 152 ◦ green 36 ◦ blue 37

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

Shades of Bright Red #982425

Tints of Bright Red #982425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16%

 BLUE value IS 37 (14.84% from 255) = 16.44%

R = 67.56%
G = 16%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#982425 (or 0x982425) is known color: Bright Red. HEX triplet: 98, 24 and 25. RGB value is (152,36,37). Sum of RGB (Red+Green+Blue) = 152+36+37=225 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.56% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 152 - color contains mainly: red. Hex color #982425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982425 is #67DBDA. Grayscale: #464646. Windows color (decimal): -6806491 or 2434200. OLE color: 2434200.

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

Color convert

RGB 152 36 37 -
CMYK 0 0.76 0.76 0.40
HSL 359.48º 0.62% 0.37% -
HSV(B) 359.48º 0.76% 0.6% -
XYZ 13.91 8.07 2.57 -
YUV 70.8 108.93 185.92 -
System Red Green Blue C M Y K H S L
Decimal 152 36 37 0 0.76 0.76 0.40 359.48 0.62 0.37
Hex 98 24 25 0 4C 4C 28 167 3E 25
Octal 230 44 45 0 114 114 50 547 76 45
Binary 10011000 100100 100101 0 1001100 1001100 101000 101100111 111110 100101

Color Harmonies of #982425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982425

Black with #982425

Text Example


Text Example

White with #982425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982425; }

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

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

background-color css

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

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

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

border-color css

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

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

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