Html Css Color HEX #980E3A Bright Red

📋 copy color: '#980E3A'

red 152 ◦ green 14 ◦ blue 58

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

Shades of Bright Red #980E3A

Tints of Bright Red #980E3A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.25%

 BLUE value IS 58 (23.05% from 255) = 25.89%

R = 67.86%
G = 6.25%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#980E3A (or 0x980E3A) is known color: Bright Red. HEX triplet: 98, 0E and 3A. RGB value is (152,14,58). Sum of RGB (Red+Green+Blue) = 152+14+58=224 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.86% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 152 - color contains mainly: red. Hex color #980E3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980E3A is #67F1C5. Grayscale: #3C3C3C. Windows color (decimal): -6812102 or 3804824. OLE color: 3804824.

HSL color Cylindrical-coordinate representation of color #980E3A: hue angle of 340.87º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980E3A is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 14 58 -
CMYK 0 0.91 0.62 0.40
HSL 340.87º 0.83% 0.33% -
HSV(B) 340.87º 0.91% 0.6% -
XYZ 13.87 7.29 4.68 -
YUV 60.28 126.72 193.42 -
System Red Green Blue C M Y K H S L
Decimal 152 14 58 0 0.91 0.62 0.40 340.87 0.83 0.33
Hex 98 E 3A 0 5B 3E 28 155 53 21
Octal 230 16 72 0 133 76 50 525 123 41
Binary 10011000 1110 111010 0 1011011 111110 101000 101010101 1010011 100001

Color Harmonies of #980E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980E3A

Black with #980E3A

Text Example


Text Example

White with #980E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980E3A; }

 p { color: rgb(152,14,58); }

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

background-color css

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

 a { background-color: rgb(152,14,58); }

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

border-color css

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

 span { border-color: rgb(152,14,58); }

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