Html Css Color HEX #94151D Carmine

📋 copy color: '#94151D'

red 148 ◦ green 21 ◦ blue 29

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

Shades of Carmine #94151D

Tints of Carmine #94151D

RGB

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

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

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

R = 74.75%
G = 10.61%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#94151D (or 0x94151D) is known color: Carmine. HEX triplet: 94, 15 and 1D. RGB value is (148,21,29). Sum of RGB (Red+Green+Blue) = 148+21+29=198 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.75% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 148 - color contains mainly: red. Hex color #94151D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94151D is #6BEAE2. Grayscale: #3B3B3B. Windows color (decimal): -7072483 or 1906068. OLE color: 1906068.

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

Color convert

RGB 148 21 29 -
CMYK 0 0.86 0.80 0.42
HSL 356.22º 0.75% 0.33% -
HSV(B) 356.22º 0.86% 0.58% -
XYZ 12.7 6.92 1.83 -
YUV 59.89 110.58 190.85 -
System Red Green Blue C M Y K H S L
Decimal 148 21 29 0 0.86 0.80 0.42 356.22 0.75 0.33
Hex 94 15 1D 0 56 50 2A 164 4B 21
Octal 224 25 35 0 126 120 52 544 113 41
Binary 10010100 10101 11101 0 1010110 1010000 101010 101100100 1001011 100001

Color Harmonies of #94151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94151D

Black with #94151D

Text Example


Text Example

White with #94151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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