Html Css Color HEX #9F0216 Carmine

📋 copy color: '#9F0216'

red 159 ◦ green 2 ◦ blue 22

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

Shades of Carmine #9F0216

Tints of Carmine #9F0216

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

 BLUE value IS 22 (8.98% from 255) = 12.02%

R = 86.89%
G = 1.09%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9F0216 (or 0x9F0216) is known color: Carmine. HEX triplet: 9F, 02 and 16. RGB value is (159,2,22). Sum of RGB (Red+Green+Blue) = 159+2+22=183 (24% of max value = 765). Red value is 159 (62.5% from 255 or 86.89% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0216 is #60FDE9. Grayscale: #333333. Windows color (decimal): -6356458 or 1442463. OLE color: 1442463.

HSL color Cylindrical-coordinate representation of color #9F0216: hue angle of 352.36º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F0216 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 2 22 -
CMYK 0 0.99 0.86 0.38
HSL 352.36º 0.98% 0.32% -
HSV(B) 352.36º 0.99% 0.62% -
XYZ 14.46 7.47 1.44 -
YUV 51.22 111.51 204.87 -
System Red Green Blue C M Y K H S L
Decimal 159 2 22 0 0.99 0.86 0.38 352.36 0.98 0.32
Hex 9F 2 16 0 63 56 26 160 62 20
Octal 237 2 26 0 143 126 46 540 142 40
Binary 10011111 10 10110 0 1100011 1010110 100110 101100000 1100010 100000

Color Harmonies of #9F0216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0216

Black with #9F0216

Text Example


Text Example

White with #9F0216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,2,22); }

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

background-color css

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

 a { background-color: rgb(159,2,22); }

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

border-color css

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

 span { border-color: rgb(159,2,22); }

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