Html Css Color HEX #9F0213 Carmine

📋 copy color: '#9F0213'

red 159 ◦ green 2 ◦ blue 19

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

Shades of Carmine #9F0213

Tints of Carmine #9F0213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.56%

R = 88.33%
G = 1.11%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#9F0213 (or 0x9F0213) is known color: Carmine. HEX triplet: 9F, 02 and 13. RGB value is (159,2,19). Sum of RGB (Red+Green+Blue) = 159+2+19=180 (23% of max value = 765). Red value is 159 (62.5% from 255 or 88.33% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0213 is #60FDEC. Grayscale: #323232. Windows color (decimal): -6356461 or 1245855. OLE color: 1245855.

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

Color convert

RGB 159 2 19 -
CMYK 0 0.99 0.88 0.38
HSL 353.5º 0.98% 0.32% -
HSV(B) 353.5º 0.99% 0.62% -
XYZ 14.44 7.46 1.3 -
YUV 50.88 110.01 205.12 -
System Red Green Blue C M Y K H S L
Decimal 159 2 19 0 0.99 0.88 0.38 353.5 0.98 0.32
Hex 9F 2 13 0 63 58 26 162 62 20
Octal 237 2 23 0 143 130 46 542 142 40
Binary 10011111 10 10011 0 1100011 1011000 100110 101100010 1100010 100000

Color Harmonies of #9F0213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0213

Black with #9F0213

Text Example


Text Example

White with #9F0213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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