Html Css Color HEX #9F151F Carmine

📋 copy color: '#9F151F'

red 159 ◦ green 21 ◦ blue 31

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

Shades of Carmine #9F151F

Tints of Carmine #9F151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.95%

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

R = 75.36%
G = 9.95%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9F151F (or 0x9F151F) is known color: Carmine. HEX triplet: 9F, 15 and 1F. RGB value is (159,21,31). Sum of RGB (Red+Green+Blue) = 159+21+31=211 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.36% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 159 - color contains mainly: red. Hex color #9F151F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F151F is #60EAE0. Grayscale: #3F3F3F. Windows color (decimal): -6351585 or 2037151. OLE color: 2037151.

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

Color convert

RGB 159 21 31 -
CMYK 0 0.87 0.81 0.38
HSL 355.65º 0.77% 0.35% -
HSV(B) 355.65º 0.87% 0.62% -
XYZ 14.81 8.01 2.06 -
YUV 63.4 109.72 196.19 -
System Red Green Blue C M Y K H S L
Decimal 159 21 31 0 0.87 0.81 0.38 355.65 0.77 0.35
Hex 9F 15 1F 0 57 51 26 164 4D 23
Octal 237 25 37 0 127 121 46 544 115 43
Binary 10011111 10101 11111 0 1010111 1010001 100110 101100100 1001101 100011

Color Harmonies of #9F151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F151F

Black with #9F151F

Text Example


Text Example

White with #9F151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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