Html Css Color HEX #941121 Carmine

📋 copy color: '#941121'

red 148 ◦ green 17 ◦ blue 33

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

Shades of Carmine #941121

Tints of Carmine #941121

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.59%

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

R = 74.75%
G = 8.59%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#941121 (or 0x941121) is known color: Carmine. HEX triplet: 94, 11 and 21. RGB value is (148,17,33). Sum of RGB (Red+Green+Blue) = 148+17+33=198 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.75% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 148 - color contains mainly: red. Hex color #941121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941121 is #6BEEDE. Grayscale: #3A3A3A. Windows color (decimal): -7073503 or 2167188. OLE color: 2167188.

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

Color convert

RGB 148 17 33 -
CMYK 0 0.89 0.78 0.42
HSL 352.67º 0.79% 0.32% -
HSV(B) 352.67º 0.89% 0.58% -
XYZ 12.69 6.81 2.08 -
YUV 57.99 113.9 192.2 -
System Red Green Blue C M Y K H S L
Decimal 148 17 33 0 0.89 0.78 0.42 352.67 0.79 0.32
Hex 94 11 21 0 59 4E 2A 161 4F 20
Octal 224 21 41 0 131 116 52 541 117 40
Binary 10010100 10001 100001 0 1011001 1001110 101010 101100001 1001111 100000

Color Harmonies of #941121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941121

Black with #941121

Text Example


Text Example

White with #941121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941121; }

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

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

background-color css

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

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

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

border-color css

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

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

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