Html Css Color HEX #940221 Carmine

📋 copy color: '#940221'

red 148 ◦ green 2 ◦ blue 33

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

Shades of Carmine #940221

Tints of Carmine #940221

RGB

 RED value IS 148 (58.2% from 255) = 80.87%

 GREEN value IS 2 (1.17% from 255) = 1.09%

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

R = 80.87%
G = 1.09%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#940221 (or 0x940221) is known color: Carmine. HEX triplet: 94, 02 and 21. RGB value is (148,2,33). Sum of RGB (Red+Green+Blue) = 148+2+33=183 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80.87% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 148 - color contains mainly: red. Hex color #940221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940221 is #6BFDDE. Grayscale: #313131. Windows color (decimal): -7077343 or 2163348. OLE color: 2163348.

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

Color convert

RGB 148 2 33 -
CMYK 0 0.99 0.78 0.42
HSL 347.26º 0.97% 0.29% -
HSV(B) 347.26º 0.99% 0.58% -
XYZ 12.51 6.45 2.02 -
YUV 49.19 118.87 198.48 -
System Red Green Blue C M Y K H S L
Decimal 148 2 33 0 0.99 0.78 0.42 347.26 0.97 0.29
Hex 94 2 21 0 63 4E 2A 15B 61 1D
Octal 224 2 41 0 143 116 52 533 141 35
Binary 10010100 10 100001 0 1100011 1001110 101010 101011011 1100001 11101

Color Harmonies of #940221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940221

Black with #940221

Text Example


Text Example

White with #940221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940221; }

 p { color: rgb(148,2,33); }

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

background-color css

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

 a { background-color: rgb(148,2,33); }

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

border-color css

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

 span { border-color: rgb(148,2,33); }

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