Html Css Color HEX #980F04 Dark Red

📋 copy color: '#980F04'

red 152 ◦ green 15 ◦ blue 4

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

Shades of Dark Red #980F04

Tints of Dark Red #980F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.34%

R = 88.89%
G = 8.77%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#980F04 (or 0x980F04) is known color: Dark Red. HEX triplet: 98, 0F and 04. RGB value is (152,15,4). Sum of RGB (Red+Green+Blue) = 152+15+4=171 (22% of max value = 765). Red value is 152 (59.77% from 255 or 88.89% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 152 - color contains mainly: red. Hex color #980F04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980F04 is #67F0FB. Grayscale: #363636. Windows color (decimal): -6811900 or 266136. OLE color: 266136.

HSL color Cylindrical-coordinate representation of color #980F04: hue angle of 4.46º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #980F04 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 15 4 -
CMYK 0 0.90 0.97 0.40
HSL 4.46º 0.95% 0.31% -
HSV(B) 4.46º 0.97% 0.6% -
XYZ 13.14 7.03 0.78 -
YUV 54.71 99.39 197.39 -
System Red Green Blue C M Y K H S L
Decimal 152 15 4 0 0.90 0.97 0.40 4.46 0.95 0.31
Hex 98 F 4 0 5A 61 28 4 5F 1F
Octal 230 17 4 0 132 141 50 4 137 37
Binary 10011000 1111 100 0 1011010 1100001 101000 100 1011111 11111

Color Harmonies of #980F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980F04

Black with #980F04

Text Example


Text Example

White with #980F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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