Html Css Color HEX #9F1319 Carmine

📋 copy color: '#9F1319'

red 159 ◦ green 19 ◦ blue 25

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

Shades of Carmine #9F1319

Tints of Carmine #9F1319

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.36%

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

R = 78.33%
G = 9.36%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F1319 (or 0x9F1319) is known color: Carmine. HEX triplet: 9F, 13 and 19. RGB value is (159,19,25). Sum of RGB (Red+Green+Blue) = 159+19+25=203 (26% of max value = 765). Red value is 159 (62.5% from 255 or 78.33% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1319 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1319 is #60ECE6. Grayscale: #3D3D3D. Windows color (decimal): -6352103 or 1643423. OLE color: 1643423.

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

Color convert

RGB 159 19 25 -
CMYK 0 0.88 0.84 0.38
HSL 357.43º 0.79% 0.35% -
HSV(B) 357.43º 0.88% 0.62% -
XYZ 14.71 7.91 1.67 -
YUV 61.54 107.38 197.51 -
System Red Green Blue C M Y K H S L
Decimal 159 19 25 0 0.88 0.84 0.38 357.43 0.79 0.35
Hex 9F 13 19 0 58 54 26 165 4F 23
Octal 237 23 31 0 130 124 46 545 117 43
Binary 10011111 10011 11001 0 1011000 1010100 100110 101100101 1001111 100011

Color Harmonies of #9F1319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1319

Black with #9F1319

Text Example


Text Example

White with #9F1319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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