Html Css Color HEX #9F001F Carmine

📋 copy color: '#9F001F'

red 159 ◦ green 0 ◦ blue 31

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

Shades of Carmine #9F001F

Tints of Carmine #9F001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 31 (12.5% from 255) = 16.32%

R = 83.68%
G = 0%
B = 16.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9F001F (or 0x9F001F) is known color: Carmine. HEX triplet: 9F, 00 and 1F. RGB value is (159,0,31). Sum of RGB (Red+Green+Blue) = 159+0+31=190 (25% of max value = 765). Red value is 159 (62.5% from 255 or 83.68% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 159 - color contains mainly: red. Hex color #9F001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F001F is #60FFE0. Grayscale: #333333. Windows color (decimal): -6356961 or 2031775. OLE color: 2031775.

HSL color Cylindrical-coordinate representation of color #9F001F: hue angle of 348.3º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F001F is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 0 31 -
CMYK 0 1 0.81 0.38
HSL 348.3º 1% 0.31% -
HSV(B) 348.3º 1% 0.62% -
XYZ 14.55 7.47 1.97 -
YUV 51.08 116.68 204.98 -
System Red Green Blue C M Y K H S L
Decimal 159 0 31 0 1 0.81 0.38 348.3 1 0.31
Hex 9F 0 1F 0 64 51 26 15C 64 1F
Octal 237 0 37 0 144 121 46 534 144 37
Binary 10011111 0 11111 0 1100100 1010001 100110 101011100 1100100 11111

Color Harmonies of #9F001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F001F

Black with #9F001F

Text Example


Text Example

White with #9F001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,0,31); }

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

background-color css

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

 a { background-color: rgb(159,0,31); }

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

border-color css

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

 span { border-color: rgb(159,0,31); }

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