Html Css Color HEX #982530 Bright Red

📋 copy color: '#982530'

red 152 ◦ green 37 ◦ blue 48

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

Shades of Bright Red #982530

Tints of Bright Red #982530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.25%

R = 64.14%
G = 15.61%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#982530 (or 0x982530) is known color: Bright Red. HEX triplet: 98, 25 and 30. RGB value is (152,37,48). Sum of RGB (Red+Green+Blue) = 152+37+48=237 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.14% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 152 - color contains mainly: red. Hex color #982530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982530 is #67DACF. Grayscale: #484848. Windows color (decimal): -6806224 or 3155352. OLE color: 3155352.

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

Color convert

RGB 152 37 48 -
CMYK 0 0.76 0.68 0.40
HSL 354.26º 0.61% 0.37% -
HSV(B) 354.26º 0.76% 0.6% -
XYZ 14.14 8.21 3.64 -
YUV 72.64 114.1 184.61 -
System Red Green Blue C M Y K H S L
Decimal 152 37 48 0 0.76 0.68 0.40 354.26 0.61 0.37
Hex 98 25 30 0 4C 44 28 162 3D 25
Octal 230 45 60 0 114 104 50 542 75 45
Binary 10011000 100101 110000 0 1001100 1000100 101000 101100010 111101 100101

Color Harmonies of #982530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982530

Black with #982530

Text Example


Text Example

White with #982530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982530; }

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

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

background-color css

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

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

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

border-color css

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

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

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