Html Css Color HEX #9F0314 Carmine

📋 copy color: '#9F0314'

red 159 ◦ green 3 ◦ blue 20

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

Shades of Carmine #9F0314

Tints of Carmine #9F0314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.99%

R = 87.36%
G = 1.65%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9F0314 (or 0x9F0314) is known color: Carmine. HEX triplet: 9F, 03 and 14. RGB value is (159,3,20). Sum of RGB (Red+Green+Blue) = 159+3+20=182 (24% of max value = 765). Red value is 159 (62.5% from 255 or 87.36% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0314 is #60FCEB. Grayscale: #333333. Windows color (decimal): -6356204 or 1311647. OLE color: 1311647.

HSL color Cylindrical-coordinate representation of color #9F0314: hue angle of 353.46º 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 #9F0314 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 3 20 -
CMYK 0 0.98 0.87 0.38
HSL 353.46º 0.96% 0.32% -
HSV(B) 353.46º 0.98% 0.62% -
XYZ 14.46 7.49 1.34 -
YUV 51.58 110.18 204.62 -
System Red Green Blue C M Y K H S L
Decimal 159 3 20 0 0.98 0.87 0.38 353.46 0.96 0.32
Hex 9F 3 14 0 62 57 26 161 60 20
Octal 237 3 24 0 142 127 46 541 140 40
Binary 10011111 11 10100 0 1100010 1010111 100110 101100001 1100000 100000

Color Harmonies of #9F0314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0314

Black with #9F0314

Text Example


Text Example

White with #9F0314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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