Html Css Color HEX #940121 Carmine

📋 copy color: '#940121'

red 148 ◦ green 1 ◦ blue 33

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

Shades of Carmine #940121

Tints of Carmine #940121

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

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

R = 81.32%
G = 0.55%
B = 18.13%

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

#940121 (or 0x940121) is known color: Carmine. HEX triplet: 94, 01 and 21. RGB value is (148,1,33). Sum of RGB (Red+Green+Blue) = 148+1+33=182 (24% of max value = 765). Red value is 148 (58.20% from 255 or 81.32% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 148 - color contains mainly: red. Hex color #940121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940121 is #6BFEDE. Grayscale: #303030. Windows color (decimal): -7077599 or 2163092. OLE color: 2163092.

HSL color Cylindrical-coordinate representation of color #940121: hue angle of 346.94º degrees, saturation: 0.99, 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 #940121 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 1 33 -
CMYK 0 0.99 0.78 0.42
HSL 346.94º 0.99% 0.29% -
HSV(B) 346.94º 0.99% 0.58% -
XYZ 12.5 6.43 2.02 -
YUV 48.6 119.2 198.9 -
System Red Green Blue C M Y K H S L
Decimal 148 1 33 0 0.99 0.78 0.42 346.94 0.99 0.29
Hex 94 1 21 0 63 4E 2A 15B 63 1D
Octal 224 1 41 0 143 116 52 533 143 35
Binary 10010100 1 100001 0 1100011 1001110 101010 101011011 1100011 11101

Color Harmonies of #940121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940121

Black with #940121

Text Example


Text Example

White with #940121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940121; }

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

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

background-color css

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

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

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

border-color css

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

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

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