Html Css Color HEX #982329 Bright Red

📋 copy color: '#982329'

red 152 ◦ green 35 ◦ blue 41

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

Shades of Bright Red #982329

Tints of Bright Red #982329

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.35%

 BLUE value IS 41 (16.41% from 255) = 17.98%

R = 66.67%
G = 15.35%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#982329 (or 0x982329) is known color: Bright Red. HEX triplet: 98, 23 and 29. RGB value is (152,35,41). Sum of RGB (Red+Green+Blue) = 152+35+41=228 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.67% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 41 (16.41% from 255 or 17.98% from 228); Max value from RGB is 152 - color contains mainly: red. Hex color #982329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982329 is #67DCD6. Grayscale: #464646. Windows color (decimal): -6806743 or 2696088. OLE color: 2696088.

HSL color Cylindrical-coordinate representation of color #982329: hue angle of 356.92º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #982329 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 35 41 -
CMYK 0 0.77 0.73 0.40
HSL 356.92º 0.63% 0.37% -
HSV(B) 356.92º 0.77% 0.6% -
XYZ 13.95 8.04 2.91 -
YUV 70.67 111.26 186.01 -
System Red Green Blue C M Y K H S L
Decimal 152 35 41 0 0.77 0.73 0.40 356.92 0.63 0.37
Hex 98 23 29 0 4D 49 28 165 3F 25
Octal 230 43 51 0 115 111 50 545 77 45
Binary 10011000 100011 101001 0 1001101 1001001 101000 101100101 111111 100101

Color Harmonies of #982329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982329

Black with #982329

Text Example


Text Example

White with #982329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982329; }

 p { color: rgb(152,35,41); }

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

background-color css

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

 a { background-color: rgb(152,35,41); }

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

border-color css

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

 span { border-color: rgb(152,35,41); }

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