Html Css Color HEX #980F39 Bright Red

📋 copy color: '#980F39'

red 152 ◦ green 15 ◦ blue 57

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

Shades of Bright Red #980F39

Tints of Bright Red #980F39

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.7%

 BLUE value IS 57 (22.66% from 255) = 25.45%

R = 67.86%
G = 6.7%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#980F39 (or 0x980F39) is known color: Bright Red. HEX triplet: 98, 0F and 39. RGB value is (152,15,57). Sum of RGB (Red+Green+Blue) = 152+15+57=224 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.86% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 152 - color contains mainly: red. Hex color #980F39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980F39 is #67F0C6. Grayscale: #3C3C3C. Windows color (decimal): -6811847 or 3739544. OLE color: 3739544.

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

Color convert

RGB 152 15 57 -
CMYK 0 0.90 0.62 0.40
HSL 341.61º 0.82% 0.33% -
HSV(B) 341.61º 0.9% 0.6% -
XYZ 13.86 7.31 4.55 -
YUV 60.75 125.89 193.08 -
System Red Green Blue C M Y K H S L
Decimal 152 15 57 0 0.90 0.62 0.40 341.61 0.82 0.33
Hex 98 F 39 0 5A 3E 28 156 52 21
Octal 230 17 71 0 132 76 50 526 122 41
Binary 10011000 1111 111001 0 1011010 111110 101000 101010110 1010010 100001

Color Harmonies of #980F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980F39

Black with #980F39

Text Example


Text Example

White with #980F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,15,57); }

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

background-color css

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

 a { background-color: rgb(152,15,57); }

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

border-color css

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

 span { border-color: rgb(152,15,57); }

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