Html Css Color HEX #9F0E17 Carmine

📋 copy color: '#9F0E17'

red 159 ◦ green 14 ◦ blue 23

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

Shades of Carmine #9F0E17

Tints of Carmine #9F0E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.73%

R = 81.12%
G = 7.14%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9F0E17 (or 0x9F0E17) is known color: Carmine. HEX triplet: 9F, 0E and 17. RGB value is (159,14,23). Sum of RGB (Red+Green+Blue) = 159+14+23=196 (25% of max value = 765). Red value is 159 (62.5% from 255 or 81.12% from 196); Green value is 14 (5.86% from 255 or 7.14% from 196); Blue value is 23 (9.38% from 255 or 11.73% from 196); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0E17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0E17 is #60F1E8. Grayscale: #3A3A3A. Windows color (decimal): -6353385 or 1511071. OLE color: 1511071.

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

Color convert

RGB 159 14 23 -
CMYK 0 0.91 0.86 0.38
HSL 356.28º 0.84% 0.34% -
HSV(B) 356.28º 0.91% 0.62% -
XYZ 14.61 7.75 1.54 -
YUV 58.38 108.04 199.77 -
System Red Green Blue C M Y K H S L
Decimal 159 14 23 0 0.91 0.86 0.38 356.28 0.84 0.34
Hex 9F E 17 0 5B 56 26 164 54 22
Octal 237 16 27 0 133 126 46 544 124 42
Binary 10011111 1110 10111 0 1011011 1010110 100110 101100100 1010100 100010

Color Harmonies of #9F0E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0E17

Black with #9F0E17

Text Example


Text Example

White with #9F0E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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