Html Css Color HEX #9F121E Carmine

📋 copy color: '#9F121E'

red 159 ◦ green 18 ◦ blue 30

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

Shades of Carmine #9F121E

Tints of Carmine #9F121E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.49%

R = 76.81%
G = 8.7%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9F121E (or 0x9F121E) is known color: Carmine. HEX triplet: 9F, 12 and 1E. RGB value is (159,18,30). Sum of RGB (Red+Green+Blue) = 159+18+30=207 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.81% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 159 - color contains mainly: red. Hex color #9F121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F121E is #60EDE1. Grayscale: #3D3D3D. Windows color (decimal): -6352354 or 1970847. OLE color: 1970847.

HSL color Cylindrical-coordinate representation of color #9F121E: hue angle of 354.89º 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 #9F121E is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 18 30 -
CMYK 0 0.89 0.81 0.38
HSL 354.89º 0.8% 0.35% -
HSV(B) 354.89º 0.89% 0.62% -
XYZ 14.75 7.9 1.98 -
YUV 61.53 110.21 197.52 -
System Red Green Blue C M Y K H S L
Decimal 159 18 30 0 0.89 0.81 0.38 354.89 0.8 0.35
Hex 9F 12 1E 0 59 51 26 163 50 23
Octal 237 22 36 0 131 121 46 543 120 43
Binary 10011111 10010 11110 0 1011001 1010001 100110 101100011 1010000 100011

Color Harmonies of #9F121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F121E

Black with #9F121E

Text Example


Text Example

White with #9F121E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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