Html Css Color HEX #941124 Carmine

📋 copy color: '#941124'

red 148 ◦ green 17 ◦ blue 36

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

Shades of Carmine #941124

Tints of Carmine #941124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.91%

R = 73.63%
G = 8.46%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#941124 (or 0x941124) is known color: Carmine. HEX triplet: 94, 11 and 24. RGB value is (148,17,36). Sum of RGB (Red+Green+Blue) = 148+17+36=201 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.63% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 36 (14.45% from 255 or 17.91% from 201); Max value from RGB is 148 - color contains mainly: red. Hex color #941124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941124 is #6BEEDB. Grayscale: #3A3A3A. Windows color (decimal): -7073500 or 2363796. OLE color: 2363796.

HSL color Cylindrical-coordinate representation of color #941124: hue angle of 351.3º 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 #941124 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 17 36 -
CMYK 0 0.89 0.76 0.42
HSL 351.3º 0.79% 0.32% -
HSV(B) 351.3º 0.89% 0.58% -
XYZ 12.73 6.82 2.32 -
YUV 58.34 115.4 191.96 -
System Red Green Blue C M Y K H S L
Decimal 148 17 36 0 0.89 0.76 0.42 351.3 0.79 0.32
Hex 94 11 24 0 59 4C 2A 15F 4F 20
Octal 224 21 44 0 131 114 52 537 117 40
Binary 10010100 10001 100100 0 1011001 1001100 101010 101011111 1001111 100000

Color Harmonies of #941124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941124

Black with #941124

Text Example


Text Example

White with #941124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941124; }

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

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

background-color css

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

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

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

border-color css

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

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

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