Html Css Color HEX #9F191D Carmine

📋 copy color: '#9F191D'

red 159 ◦ green 25 ◦ blue 29

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

Shades of Carmine #9F191D

Tints of Carmine #9F191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.74%

 BLUE value IS 29 (11.72% from 255) = 13.62%

R = 74.65%
G = 11.74%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9F191D (or 0x9F191D) is known color: Carmine. HEX triplet: 9F, 19 and 1D. RGB value is (159,25,29). Sum of RGB (Red+Green+Blue) = 159+25+29=213 (28% of max value = 765). Red value is 159 (62.5% from 255 or 74.65% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 159 - color contains mainly: red. Hex color #9F191D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F191D is #60E6E2. Grayscale: #414141. Windows color (decimal): -6350563 or 1907103. OLE color: 1907103.

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

Color convert

RGB 159 25 29 -
CMYK 0 0.84 0.82 0.38
HSL 358.21º 0.73% 0.36% -
HSV(B) 358.21º 0.84% 0.62% -
XYZ 14.87 8.15 1.95 -
YUV 65.52 107.39 194.67 -
System Red Green Blue C M Y K H S L
Decimal 159 25 29 0 0.84 0.82 0.38 358.21 0.73 0.36
Hex 9F 19 1D 0 54 52 26 166 49 24
Octal 237 31 35 0 124 122 46 546 111 44
Binary 10011111 11001 11101 0 1010100 1010010 100110 101100110 1001001 100100

Color Harmonies of #9F191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F191D

Black with #9F191D

Text Example


Text Example

White with #9F191D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,25,29); }

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

background-color css

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

 a { background-color: rgb(159,25,29); }

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

border-color css

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

 span { border-color: rgb(159,25,29); }

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