Html Css Color HEX #9F0019 Carmine

📋 copy color: '#9F0019'

red 159 ◦ green 0 ◦ blue 25

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

Shades of Carmine #9F0019

Tints of Carmine #9F0019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 25 (10.16% from 255) = 13.59%

R = 86.41%
G = 0%
B = 13.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F0019 (or 0x9F0019) is known color: Carmine. HEX triplet: 9F, 00 and 19. RGB value is (159,0,25). Sum of RGB (Red+Green+Blue) = 159+0+25=184 (24% of max value = 765). Red value is 159 (62.5% from 255 or 86.41% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0019 is #60FFE6. Grayscale: #323232. Windows color (decimal): -6356967 or 1638559. OLE color: 1638559.

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

Color convert

RGB 159 0 25 -
CMYK 0 1 0.84 0.38
HSL 350.57º 1% 0.31% -
HSV(B) 350.57º 1% 0.62% -
XYZ 14.47 7.44 1.59 -
YUV 50.39 113.68 205.47 -
System Red Green Blue C M Y K H S L
Decimal 159 0 25 0 1 0.84 0.38 350.57 1 0.31
Hex 9F 0 19 0 64 54 26 15F 64 1F
Octal 237 0 31 0 144 124 46 537 144 37
Binary 10011111 0 11001 0 1100100 1010100 100110 101011111 1100100 11111

Color Harmonies of #9F0019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0019

Black with #9F0019

Text Example


Text Example

White with #9F0019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,0,25); }

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

background-color css

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

 a { background-color: rgb(159,0,25); }

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

border-color css

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

 span { border-color: rgb(159,0,25); }

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