Html Css Color HEX #980F3B Bright Red

📋 copy color: '#980F3B'

red 152 ◦ green 15 ◦ blue 59

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

Shades of Bright Red #980F3B

Tints of Bright Red #980F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.11%

R = 67.26%
G = 6.64%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#980F3B (or 0x980F3B) is known color: Bright Red. HEX triplet: 98, 0F and 3B. RGB value is (152,15,59). Sum of RGB (Red+Green+Blue) = 152+15+59=226 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.26% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 152 - color contains mainly: red. Hex color #980F3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980F3B is #67F0C4. Grayscale: #3C3C3C. Windows color (decimal): -6811845 or 3870616. OLE color: 3870616.

HSL color Cylindrical-coordinate representation of color #980F3B: hue angle of 340.73º 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 #980F3B is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 15 59 -
CMYK 0 0.90 0.61 0.40
HSL 340.73º 0.82% 0.33% -
HSV(B) 340.73º 0.9% 0.6% -
XYZ 13.91 7.33 4.82 -
YUV 60.98 126.89 192.92 -
System Red Green Blue C M Y K H S L
Decimal 152 15 59 0 0.90 0.61 0.40 340.73 0.82 0.33
Hex 98 F 3B 0 5A 3D 28 155 52 21
Octal 230 17 73 0 132 75 50 525 122 41
Binary 10011000 1111 111011 0 1011010 111101 101000 101010101 1010010 100001

Color Harmonies of #980F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980F3B

Black with #980F3B

Text Example


Text Example

White with #980F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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