Html Css Color HEX #9F0E02 Dark Red

📋 copy color: '#9F0E02'

red 159 ◦ green 14 ◦ blue 2

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

Shades of Dark Red #9F0E02

Tints of Dark Red #9F0E02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.14%

R = 90.86%
G = 8%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9F0E02 (or 0x9F0E02) is known color: Dark Red. HEX triplet: 9F, 0E and 02. RGB value is (159,14,2). Sum of RGB (Red+Green+Blue) = 159+14+2=175 (23% of max value = 765). Red value is 159 (62.5% from 255 or 90.86% from 175); Green value is 14 (5.86% from 255 or 8% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0E02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0E02 is #60F1FD. Grayscale: #383838. Windows color (decimal): -6353406 or 134815. OLE color: 134815.

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

Color convert

RGB 159 14 2 -
CMYK 0 0.91 0.99 0.38
HSL 4.59º 0.98% 0.32% -
HSV(B) 4.59º 0.99% 0.62% -
XYZ 14.47 7.69 0.78 -
YUV 55.99 97.54 201.48 -
System Red Green Blue C M Y K H S L
Decimal 159 14 2 0 0.91 0.99 0.38 4.59 0.98 0.32
Hex 9F E 2 0 5B 63 26 5 62 20
Octal 237 16 2 0 133 143 46 5 142 40
Binary 10011111 1110 10 0 1011011 1100011 100110 101 1100010 100000

Color Harmonies of #9F0E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0E02

Black with #9F0E02

Text Example


Text Example

White with #9F0E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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