Html Css Color HEX #951221 Carmine

📋 copy color: '#951221'

red 149 ◦ green 18 ◦ blue 33

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

Shades of Carmine #951221

Tints of Carmine #951221

RGB

 RED value IS 149 (58.59% from 255) = 74.5%

 GREEN value IS 18 (7.42% from 255) = 9%

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

R = 74.5%
G = 9%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#951221 (or 0x951221) is known color: Carmine. HEX triplet: 95, 12 and 21. RGB value is (149,18,33). Sum of RGB (Red+Green+Blue) = 149+18+33=200 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 149 - color contains mainly: red. Hex color #951221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951221 is #6AEDDE. Grayscale: #3A3A3A. Windows color (decimal): -7007711 or 2167445. OLE color: 2167445.

HSL color Cylindrical-coordinate representation of color #951221: hue angle of 353.13º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951221 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 18 33 -
CMYK 0 0.88 0.78 0.42
HSL 353.13º 0.78% 0.33% -
HSV(B) 353.13º 0.88% 0.58% -
XYZ 12.89 6.93 2.1 -
YUV 58.88 113.4 192.28 -
System Red Green Blue C M Y K H S L
Decimal 149 18 33 0 0.88 0.78 0.42 353.13 0.78 0.33
Hex 95 12 21 0 58 4E 2A 161 4E 21
Octal 225 22 41 0 130 116 52 541 116 41
Binary 10010101 10010 100001 0 1011000 1001110 101010 101100001 1001110 100001

Color Harmonies of #951221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951221

Black with #951221

Text Example


Text Example

White with #951221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951221; }

 p { color: rgb(149,18,33); }

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

background-color css

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

 a { background-color: rgb(149,18,33); }

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

border-color css

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

 span { border-color: rgb(149,18,33); }

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