Html Css Color HEX #94111D Carmine

📋 copy color: '#94111D'

red 148 ◦ green 17 ◦ blue 29

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

Shades of Carmine #94111D

Tints of Carmine #94111D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.95%

R = 76.29%
G = 8.76%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#94111D (or 0x94111D) is known color: Carmine. HEX triplet: 94, 11 and 1D. RGB value is (148,17,29). Sum of RGB (Red+Green+Blue) = 148+17+29=194 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.29% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 148 - color contains mainly: red. Hex color #94111D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94111D is #6BEEE2. Grayscale: #393939. Windows color (decimal): -7073507 or 1905044. OLE color: 1905044.

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

Color convert

RGB 148 17 29 -
CMYK 0 0.89 0.80 0.42
HSL 354.5º 0.79% 0.32% -
HSV(B) 354.5º 0.89% 0.58% -
XYZ 12.63 6.79 1.81 -
YUV 57.54 111.9 192.52 -
System Red Green Blue C M Y K H S L
Decimal 148 17 29 0 0.89 0.80 0.42 354.5 0.79 0.32
Hex 94 11 1D 0 59 50 2A 163 4F 20
Octal 224 21 35 0 131 120 52 543 117 40
Binary 10010100 10001 11101 0 1011001 1010000 101010 101100011 1001111 100000

Color Harmonies of #94111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94111D

Black with #94111D

Text Example


Text Example

White with #94111D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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