Html Css Color HEX #94141F Carmine

📋 copy color: '#94141F'

red 148 ◦ green 20 ◦ blue 31

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

Shades of Carmine #94141F

Tints of Carmine #94141F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.05%

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

R = 74.37%
G = 10.05%
B = 15.58%

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

#94141F (or 0x94141F) is known color: Carmine. HEX triplet: 94, 14 and 1F. RGB value is (148,20,31). Sum of RGB (Red+Green+Blue) = 148+20+31=199 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.37% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 148 - color contains mainly: red. Hex color #94141F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94141F is #6BEBE0. Grayscale: #3B3B3B. Windows color (decimal): -7072737 or 2036884. OLE color: 2036884.

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

Color convert

RGB 148 20 31 -
CMYK 0 0.86 0.79 0.42
HSL 354.84º 0.76% 0.33% -
HSV(B) 354.84º 0.86% 0.58% -
XYZ 12.71 6.9 1.96 -
YUV 59.53 111.91 191.11 -
System Red Green Blue C M Y K H S L
Decimal 148 20 31 0 0.86 0.79 0.42 354.84 0.76 0.33
Hex 94 14 1F 0 56 4F 2A 163 4C 21
Octal 224 24 37 0 126 117 52 543 114 41
Binary 10010100 10100 11111 0 1010110 1001111 101010 101100011 1001100 100001

Color Harmonies of #94141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94141F

Black with #94141F

Text Example


Text Example

White with #94141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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