Html Css Color HEX #9F0317 Carmine

📋 copy color: '#9F0317'

red 159 ◦ green 3 ◦ blue 23

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

Shades of Carmine #9F0317

Tints of Carmine #9F0317

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.62%

 BLUE value IS 23 (9.38% from 255) = 12.43%

R = 85.95%
G = 1.62%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9F0317 (or 0x9F0317) is known color: Carmine. HEX triplet: 9F, 03 and 17. RGB value is (159,3,23). Sum of RGB (Red+Green+Blue) = 159+3+23=185 (24% of max value = 765). Red value is 159 (62.5% from 255 or 85.95% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0317 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0317 is #60FCE8. Grayscale: #343434. Windows color (decimal): -6356201 or 1508255. OLE color: 1508255.

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

Color convert

RGB 159 3 23 -
CMYK 0 0.98 0.86 0.38
HSL 352.31º 0.96% 0.32% -
HSV(B) 352.31º 0.98% 0.62% -
XYZ 14.49 7.5 1.49 -
YUV 51.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 159 3 23 0 0.98 0.86 0.38 352.31 0.96 0.32
Hex 9F 3 17 0 62 56 26 160 60 20
Octal 237 3 27 0 142 126 46 540 140 40
Binary 10011111 11 10111 0 1100010 1010110 100110 101100000 1100000 100000

Color Harmonies of #9F0317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0317

Black with #9F0317

Text Example


Text Example

White with #9F0317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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