Html Css Color HEX #9F171D Carmine

📋 copy color: '#9F171D'

red 159 ◦ green 23 ◦ blue 29

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

Shades of Carmine #9F171D

Tints of Carmine #9F171D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.9%

 BLUE value IS 29 (11.72% from 255) = 13.74%

R = 75.36%
G = 10.9%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9F171D (or 0x9F171D) is known color: Carmine. HEX triplet: 9F, 17 and 1D. RGB value is (159,23,29). Sum of RGB (Red+Green+Blue) = 159+23+29=211 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.36% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 159 - color contains mainly: red. Hex color #9F171D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F171D is #60E8E2. Grayscale: #404040. Windows color (decimal): -6351075 or 1906591. OLE color: 1906591.

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

Color convert

RGB 159 23 29 -
CMYK 0 0.86 0.82 0.38
HSL 357.35º 0.75% 0.36% -
HSV(B) 357.35º 0.86% 0.62% -
XYZ 14.83 8.07 1.94 -
YUV 64.35 108.06 195.51 -
System Red Green Blue C M Y K H S L
Decimal 159 23 29 0 0.86 0.82 0.38 357.35 0.75 0.36
Hex 9F 17 1D 0 56 52 26 165 4B 24
Octal 237 27 35 0 126 122 46 545 113 44
Binary 10011111 10111 11101 0 1010110 1010010 100110 101100101 1001011 100100

Color Harmonies of #9F171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F171D

Black with #9F171D

Text Example


Text Example

White with #9F171D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,23,29); }

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

background-color css

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

 a { background-color: rgb(159,23,29); }

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

border-color css

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

 span { border-color: rgb(159,23,29); }

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