Html Css Color HEX #9F071D Carmine

📋 copy color: '#9F071D'

red 159 ◦ green 7 ◦ blue 29

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

Shades of Carmine #9F071D

Tints of Carmine #9F071D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.59%

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

R = 81.54%
G = 3.59%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9F071D (or 0x9F071D) is known color: Carmine. HEX triplet: 9F, 07 and 1D. RGB value is (159,7,29). Sum of RGB (Red+Green+Blue) = 159+7+29=195 (25% of max value = 765). Red value is 159 (62.5% from 255 or 81.54% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 159 - color contains mainly: red. Hex color #9F071D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F071D is #60F8E2. Grayscale: #373737. Windows color (decimal): -6355171 or 1902495. OLE color: 1902495.

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

Color convert

RGB 159 7 29 -
CMYK 0 0.96 0.82 0.38
HSL 351.32º 0.92% 0.33% -
HSV(B) 351.32º 0.96% 0.62% -
XYZ 14.6 7.61 1.86 -
YUV 54.96 113.36 202.21 -
System Red Green Blue C M Y K H S L
Decimal 159 7 29 0 0.96 0.82 0.38 351.32 0.92 0.33
Hex 9F 7 1D 0 60 52 26 15F 5C 21
Octal 237 7 35 0 140 122 46 537 134 41
Binary 10011111 111 11101 0 1100000 1010010 100110 101011111 1011100 100001

Color Harmonies of #9F071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F071D

Black with #9F071D

Text Example


Text Example

White with #9F071D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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