Html Css Color HEX #971519 Carmine

📋 copy color: '#971519'

red 151 ◦ green 21 ◦ blue 25

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

Shades of Carmine #971519

Tints of Carmine #971519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.66%

 BLUE value IS 25 (10.16% from 255) = 12.69%

R = 76.65%
G = 10.66%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#971519 (or 0x971519) is known color: Carmine. HEX triplet: 97, 15 and 19. RGB value is (151,21,25). Sum of RGB (Red+Green+Blue) = 151+21+25=197 (26% of max value = 765). Red value is 151 (59.38% from 255 or 76.65% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 151 - color contains mainly: red. Hex color #971519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971519 is #68EAE6. Grayscale: #3C3C3C. Windows color (decimal): -6875879 or 1643927. OLE color: 1643927.

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

Color convert

RGB 151 21 25 -
CMYK 0 0.86 0.83 0.41
HSL 358.15º 0.76% 0.34% -
HSV(B) 358.15º 0.86% 0.59% -
XYZ 13.21 7.19 1.61 -
YUV 60.33 108.07 192.67 -
System Red Green Blue C M Y K H S L
Decimal 151 21 25 0 0.86 0.83 0.41 358.15 0.76 0.34
Hex 97 15 19 0 56 53 29 166 4C 22
Octal 227 25 31 0 126 123 51 546 114 42
Binary 10010111 10101 11001 0 1010110 1010011 101001 101100110 1001100 100010

Color Harmonies of #971519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971519

Black with #971519

Text Example


Text Example

White with #971519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971519; }

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

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

background-color css

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

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

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

border-color css

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

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

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