Html Css Color HEX #9F0E04 Dark Red

📋 copy color: '#9F0E04'

red 159 ◦ green 14 ◦ blue 4

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

Shades of Dark Red #9F0E04

Tints of Dark Red #9F0E04

RGB

 RED value IS 159 (62.5% from 255) = 89.83%

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

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

R = 89.83%
G = 7.91%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9F0E04 (or 0x9F0E04) is known color: Dark Red. HEX triplet: 9F, 0E and 04. RGB value is (159,14,4). Sum of RGB (Red+Green+Blue) = 159+14+4=177 (23% of max value = 765). Red value is 159 (62.5% from 255 or 89.83% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0E04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0E04 is #60F1FB. Grayscale: #383838. Windows color (decimal): -6353404 or 265887. OLE color: 265887.

HSL color Cylindrical-coordinate representation of color #9F0E04: hue angle of 3.87º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F0E04 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 14 4 -
CMYK 0 0.91 0.97 0.38
HSL 3.87º 0.95% 0.32% -
HSV(B) 3.87º 0.97% 0.62% -
XYZ 14.48 7.69 0.84 -
YUV 56.22 98.54 201.31 -
System Red Green Blue C M Y K H S L
Decimal 159 14 4 0 0.91 0.97 0.38 3.87 0.95 0.32
Hex 9F E 4 0 5B 61 26 4 5F 20
Octal 237 16 4 0 133 141 46 4 137 40
Binary 10011111 1110 100 0 1011011 1100001 100110 100 1011111 100000

Color Harmonies of #9F0E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0E04

Black with #9F0E04

Text Example


Text Example

White with #9F0E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F0E04; }

 p { color: rgb(159,14,4); }

 H1.HeaderClassName
 {
   color: #9F0E04;
 }
 .AnyTagClassName
 {
   color: #9F0E04;
 }
</style>

background-color css

<style>
 a { background-color: #9F0E04; }

 a { background-color: rgb(159,14,4); }

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

border-color css

<style>
 span { border-color: #9F0E04; }

 span { border-color: rgb(159,14,4); }

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