Html Css Color HEX #94111C Carmine

📋 copy color: '#94111C'

red 148 ◦ green 17 ◦ blue 28

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

Shades of Carmine #94111C

Tints of Carmine #94111C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.51%

R = 76.68%
G = 8.81%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#94111C (or 0x94111C) is known color: Carmine. HEX triplet: 94, 11 and 1C. RGB value is (148,17,28). Sum of RGB (Red+Green+Blue) = 148+17+28=193 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.68% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 148 - color contains mainly: red. Hex color #94111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94111C is #6BEEE3. Grayscale: #393939. Windows color (decimal): -7073508 or 1839508. OLE color: 1839508.

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

Color convert

RGB 148 17 28 -
CMYK 0 0.89 0.81 0.42
HSL 354.96º 0.79% 0.32% -
HSV(B) 354.96º 0.89% 0.58% -
XYZ 12.62 6.78 1.74 -
YUV 57.42 111.4 192.61 -
System Red Green Blue C M Y K H S L
Decimal 148 17 28 0 0.89 0.81 0.42 354.96 0.79 0.32
Hex 94 11 1C 0 59 51 2A 163 4F 20
Octal 224 21 34 0 131 121 52 543 117 40
Binary 10010100 10001 11100 0 1011001 1010001 101010 101100011 1001111 100000

Color Harmonies of #94111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94111C

Black with #94111C

Text Example


Text Example

White with #94111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94111C; }

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

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

background-color css

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

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

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

border-color css

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

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

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