Html Css Color HEX #9F141C Carmine

📋 copy color: '#9F141C'

red 159 ◦ green 20 ◦ blue 28

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

Shades of Carmine #9F141C

Tints of Carmine #9F141C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.66%

 BLUE value IS 28 (11.33% from 255) = 13.53%

R = 76.81%
G = 9.66%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9F141C (or 0x9F141C) is known color: Carmine. HEX triplet: 9F, 14 and 1C. RGB value is (159,20,28). Sum of RGB (Red+Green+Blue) = 159+20+28=207 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.81% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 159 - color contains mainly: red. Hex color #9F141C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F141C is #60EBE3. Grayscale: #3E3E3E. Windows color (decimal): -6351844 or 1840287. OLE color: 1840287.

HSL color Cylindrical-coordinate representation of color #9F141C: hue angle of 356.55º degrees, saturation: 0.78, 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 #9F141C is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 20 28 -
CMYK 0 0.87 0.82 0.38
HSL 356.55º 0.78% 0.35% -
HSV(B) 356.55º 0.87% 0.62% -
XYZ 14.76 7.96 1.86 -
YUV 62.47 108.55 196.85 -
System Red Green Blue C M Y K H S L
Decimal 159 20 28 0 0.87 0.82 0.38 356.55 0.78 0.35
Hex 9F 14 1C 0 57 52 26 165 4E 23
Octal 237 24 34 0 127 122 46 545 116 43
Binary 10011111 10100 11100 0 1010111 1010010 100110 101100101 1001110 100011

Color Harmonies of #9F141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F141C

Black with #9F141C

Text Example


Text Example

White with #9F141C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,20,28); }

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

background-color css

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

 a { background-color: rgb(159,20,28); }

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

border-color css

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

 span { border-color: rgb(159,20,28); }

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