Html Css Color HEX #941521 Carmine

📋 copy color: '#941521'

red 148 ◦ green 21 ◦ blue 33

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

Shades of Carmine #941521

Tints of Carmine #941521

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.4%

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

R = 73.27%
G = 10.4%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#941521 (or 0x941521) is known color: Carmine. HEX triplet: 94, 15 and 21. RGB value is (148,21,33). Sum of RGB (Red+Green+Blue) = 148+21+33=202 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.27% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 148 - color contains mainly: red. Hex color #941521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941521 is #6BEADE. Grayscale: #3C3C3C. Windows color (decimal): -7072479 or 2168212. OLE color: 2168212.

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

Color convert

RGB 148 21 33 -
CMYK 0 0.86 0.78 0.42
HSL 354.33º 0.75% 0.33% -
HSV(B) 354.33º 0.86% 0.58% -
XYZ 12.76 6.94 2.11 -
YUV 60.34 112.58 190.52 -
System Red Green Blue C M Y K H S L
Decimal 148 21 33 0 0.86 0.78 0.42 354.33 0.75 0.33
Hex 94 15 21 0 56 4E 2A 162 4B 21
Octal 224 25 41 0 126 116 52 542 113 41
Binary 10010100 10101 100001 0 1010110 1001110 101010 101100010 1001011 100001

Color Harmonies of #941521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941521

Black with #941521

Text Example


Text Example

White with #941521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941521; }

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

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

background-color css

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

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

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

border-color css

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

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

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