Html Css Color HEX #94151F Carmine

📋 copy color: '#94151F'

red 148 ◦ green 21 ◦ blue 31

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

Shades of Carmine #94151F

Tints of Carmine #94151F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.5%

R = 74%
G = 10.5%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#94151F (or 0x94151F) is known color: Carmine. HEX triplet: 94, 15 and 1F. RGB value is (148,21,31). Sum of RGB (Red+Green+Blue) = 148+21+31=200 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 148 - color contains mainly: red. Hex color #94151F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94151F is #6BEAE0. Grayscale: #3C3C3C. Windows color (decimal): -7072481 or 2037140. OLE color: 2037140.

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

Color convert

RGB 148 21 31 -
CMYK 0 0.86 0.79 0.42
HSL 355.28º 0.75% 0.33% -
HSV(B) 355.28º 0.86% 0.58% -
XYZ 12.73 6.93 1.96 -
YUV 60.11 111.58 190.69 -
System Red Green Blue C M Y K H S L
Decimal 148 21 31 0 0.86 0.79 0.42 355.28 0.75 0.33
Hex 94 15 1F 0 56 4F 2A 163 4B 21
Octal 224 25 37 0 126 117 52 543 113 41
Binary 10010100 10101 11111 0 1010110 1001111 101010 101100011 1001011 100001

Color Harmonies of #94151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94151F

Black with #94151F

Text Example


Text Example

White with #94151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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