Html Css Color HEX #9F121D Carmine

📋 copy color: '#9F121D'

red 159 ◦ green 18 ◦ blue 29

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

Shades of Carmine #9F121D

Tints of Carmine #9F121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.74%

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

R = 77.18%
G = 8.74%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9F121D (or 0x9F121D) is known color: Carmine. HEX triplet: 9F, 12 and 1D. RGB value is (159,18,29). Sum of RGB (Red+Green+Blue) = 159+18+29=206 (27% of max value = 765). Red value is 159 (62.5% from 255 or 77.18% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 159 - color contains mainly: red. Hex color #9F121D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F121D is #60EDE2. Grayscale: #3D3D3D. Windows color (decimal): -6352355 or 1905311. OLE color: 1905311.

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

Color convert

RGB 159 18 29 -
CMYK 0 0.89 0.82 0.38
HSL 355.32º 0.8% 0.35% -
HSV(B) 355.32º 0.89% 0.62% -
XYZ 14.74 7.89 1.91 -
YUV 61.41 109.71 197.61 -
System Red Green Blue C M Y K H S L
Decimal 159 18 29 0 0.89 0.82 0.38 355.32 0.8 0.35
Hex 9F 12 1D 0 59 52 26 163 50 23
Octal 237 22 35 0 131 122 46 543 120 43
Binary 10011111 10010 11101 0 1011001 1010010 100110 101100011 1010000 100011

Color Harmonies of #9F121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F121D

Black with #9F121D

Text Example


Text Example

White with #9F121D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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