#971225

Color #971225 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #971225

Tints of Carmine #971225

Color information

#971225 (or 0x971225) is unknown color: approx Carmine. HEX triplet: 97, 12 and 25. RGB value is (151,18,37). Sum of RGB (Red+Green+Blue) = 151+18+37=206 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.30% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 151 - color contains mainly: red. Hex color #971225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971225 is #68EDDA. Grayscale: #3B3B3B. Windows color (decimal): -6876635 or 2429591. OLE color: 2429591.

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

Color convert

RGB1511837-
CMYK00.880.750.41
HSL351.43º78.7%33.14%-
HSV(B)351.43º88.08%59.22%-
XYZ13.317.152.43-
YUV59.93115.06192.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 73.30%
GREEN value IS 18 (7.42% from 255) = 8.74%
BLUE value IS 37 (14.84% from 255) = 17.96%
R=73.30%
G=8.74%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151183700.880.750.41351.4378.733.14
Hex9712250584B2915f4f21
Octal227224501301135153711741
Binary10010111100101001010101100010010111010011010111111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971225; }

 p { color: rgb(151,18,37); }

 H1.HeaderClassName
 {
   color: #971225;
 }
 .AnyTagClassName
 {
   color: #971225;
 }
</style>
background-color css

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

 a { background-color: rgb(151,18,37); }

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

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

 span { border-color: rgb(151,18,37); }

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