Html Css Color HEX #971521 Carmine

📋 copy color: '#971521'

red 151 ◦ green 21 ◦ blue 33

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

Shades of Carmine #971521

Tints of Carmine #971521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.1%

R = 73.66%
G = 10.24%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#971521 (or 0x971521) is known color: Carmine. HEX triplet: 97, 15 and 21. RGB value is (151,21,33). Sum of RGB (Red+Green+Blue) = 151+21+33=205 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.66% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 151 - color contains mainly: red. Hex color #971521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971521 is #68EADE. Grayscale: #3D3D3D. Windows color (decimal): -6875871 or 2168215. OLE color: 2168215.

HSL color Cylindrical-coordinate representation of color #971521: hue angle of 354.46º 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 #971521 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 21 33 -
CMYK 0 0.86 0.78 0.41
HSL 354.46º 0.76% 0.34% -
HSV(B) 354.46º 0.86% 0.59% -
XYZ 13.31 7.23 2.13 -
YUV 61.24 112.07 192.02 -
System Red Green Blue C M Y K H S L
Decimal 151 21 33 0 0.86 0.78 0.41 354.46 0.76 0.34
Hex 97 15 21 0 56 4E 29 162 4C 22
Octal 227 25 41 0 126 116 51 542 114 42
Binary 10010111 10101 100001 0 1010110 1001110 101001 101100010 1001100 100010

Color Harmonies of #971521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971521

Black with #971521

Text Example


Text Example

White with #971521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971521; }

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

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

background-color css

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

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

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

border-color css

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

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

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