Html Css Color HEX #9F091D Carmine

📋 copy color: '#9F091D'

red 159 ◦ green 9 ◦ blue 29

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

Shades of Carmine #9F091D

Tints of Carmine #9F091D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.57%

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

R = 80.71%
G = 4.57%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9F091D (or 0x9F091D) is known color: Carmine. HEX triplet: 9F, 09 and 1D. RGB value is (159,9,29). Sum of RGB (Red+Green+Blue) = 159+9+29=197 (26% of max value = 765). Red value is 159 (62.5% from 255 or 80.71% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 159 - color contains mainly: red. Hex color #9F091D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F091D is #60F6E2. Grayscale: #383838. Windows color (decimal): -6354659 or 1903007. OLE color: 1903007.

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

Color convert

RGB 159 9 29 -
CMYK 0 0.94 0.82 0.38
HSL 352º 0.89% 0.33% -
HSV(B) 352º 0.94% 0.62% -
XYZ 14.62 7.66 1.87 -
YUV 56.13 112.7 201.37 -
System Red Green Blue C M Y K H S L
Decimal 159 9 29 0 0.94 0.82 0.38 352 0.89 0.33
Hex 9F 9 1D 0 5E 52 26 160 59 21
Octal 237 11 35 0 136 122 46 540 131 41
Binary 10011111 1001 11101 0 1011110 1010010 100110 101100000 1011001 100001

Color Harmonies of #9F091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F091D

Black with #9F091D

Text Example


Text Example

White with #9F091D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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