Html Css Color HEX #981C31 Bright Red

📋 copy color: '#981C31'

red 152 ◦ green 28 ◦ blue 49

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

Shades of Bright Red #981C31

Tints of Bright Red #981C31

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.23%

 BLUE value IS 49 (19.53% from 255) = 21.4%

R = 66.38%
G = 12.23%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#981C31 (or 0x981C31) is known color: Bright Red. HEX triplet: 98, 1C and 31. RGB value is (152,28,49). Sum of RGB (Red+Green+Blue) = 152+28+49=229 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.38% from 229); Green value is 28 (11.33% from 255 or 12.23% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 152 - color contains mainly: red. Hex color #981C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981C31 is #67E3CE. Grayscale: #434343. Windows color (decimal): -6808527 or 3218584. OLE color: 3218584.

HSL color Cylindrical-coordinate representation of color #981C31: hue angle of 349.84º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981C31 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 28 49 -
CMYK 0 0.82 0.68 0.40
HSL 349.84º 0.69% 0.35% -
HSV(B) 349.84º 0.82% 0.6% -
XYZ 13.92 7.73 3.66 -
YUV 67.47 117.58 188.29 -
System Red Green Blue C M Y K H S L
Decimal 152 28 49 0 0.82 0.68 0.40 349.84 0.69 0.35
Hex 98 1C 31 0 52 44 28 15E 45 23
Octal 230 34 61 0 122 104 50 536 105 43
Binary 10011000 11100 110001 0 1010010 1000100 101000 101011110 1000101 100011

Color Harmonies of #981C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981C31

Black with #981C31

Text Example


Text Example

White with #981C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981C31; }

 p { color: rgb(152,28,49); }

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

background-color css

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

 a { background-color: rgb(152,28,49); }

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

border-color css

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

 span { border-color: rgb(152,28,49); }

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