Html Css Color HEX #9F0115 Carmine

📋 copy color: '#9F0115'

red 159 ◦ green 1 ◦ blue 21

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

Shades of Carmine #9F0115

Tints of Carmine #9F0115

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

 BLUE value IS 21 (8.59% from 255) = 11.6%

R = 87.85%
G = 0.55%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9F0115 (or 0x9F0115) is known color: Carmine. HEX triplet: 9F, 01 and 15. RGB value is (159,1,21). Sum of RGB (Red+Green+Blue) = 159+1+21=181 (23% of max value = 765). Red value is 159 (62.5% from 255 or 87.85% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0115 is #60FEEA. Grayscale: #323232. Windows color (decimal): -6356715 or 1376671. OLE color: 1376671.

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

Color convert

RGB 159 1 21 -
CMYK 0 0.99 0.87 0.38
HSL 352.41º 0.99% 0.31% -
HSV(B) 352.41º 0.99% 0.62% -
XYZ 14.44 7.45 1.39 -
YUV 50.52 111.35 205.37 -
System Red Green Blue C M Y K H S L
Decimal 159 1 21 0 0.99 0.87 0.38 352.41 0.99 0.31
Hex 9F 1 15 0 63 57 26 160 63 1F
Octal 237 1 25 0 143 127 46 540 143 37
Binary 10011111 1 10101 0 1100011 1010111 100110 101100000 1100011 11111

Color Harmonies of #9F0115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0115

Black with #9F0115

Text Example


Text Example

White with #9F0115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,1,21); }

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

background-color css

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

 a { background-color: rgb(159,1,21); }

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

border-color css

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

 span { border-color: rgb(159,1,21); }

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