Html Css Color HEX #971315 Carmine

📋 copy color: '#971315'

red 151 ◦ green 19 ◦ blue 21

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

Shades of Carmine #971315

Tints of Carmine #971315

RGB

 RED value IS 151 (59.38% from 255) = 79.06%

 GREEN value IS 19 (7.81% from 255) = 9.95%

 BLUE value IS 21 (8.59% from 255) = 10.99%

R = 79.06%
G = 9.95%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#971315 (or 0x971315) is known color: Carmine. HEX triplet: 97, 13 and 15. RGB value is (151,19,21). Sum of RGB (Red+Green+Blue) = 151+19+21=191 (25% of max value = 765). Red value is 151 (59.38% from 255 or 79.06% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 151 - color contains mainly: red. Hex color #971315 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971315 is #68ECEA. Grayscale: #3A3A3A. Windows color (decimal): -6876395 or 1381271. OLE color: 1381271.

HSL color Cylindrical-coordinate representation of color #971315: hue angle of 359.09º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971315 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 19 21 -
CMYK 0 0.87 0.86 0.41
HSL 359.09º 0.78% 0.33% -
HSV(B) 359.09º 0.87% 0.59% -
XYZ 13.13 7.1 1.39 -
YUV 58.7 106.73 193.84 -
System Red Green Blue C M Y K H S L
Decimal 151 19 21 0 0.87 0.86 0.41 359.09 0.78 0.33
Hex 97 13 15 0 57 56 29 167 4E 21
Octal 227 23 25 0 127 126 51 547 116 41
Binary 10010111 10011 10101 0 1010111 1010110 101001 101100111 1001110 100001

Color Harmonies of #971315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971315

Black with #971315

Text Example


Text Example

White with #971315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971315; }

 p { color: rgb(151,19,21); }

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

background-color css

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

 a { background-color: rgb(151,19,21); }

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

border-color css

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

 span { border-color: rgb(151,19,21); }

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