Html Css Color HEX #93141F Carmine

📋 copy color: '#93141F'

red 147 ◦ green 20 ◦ blue 31

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

Shades of Carmine #93141F

Tints of Carmine #93141F

RGB

 RED value IS 147 (57.81% from 255) = 74.24%

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

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

R = 74.24%
G = 10.1%
B = 15.66%

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

#93141F (or 0x93141F) is known color: Carmine. HEX triplet: 93, 14 and 1F. RGB value is (147,20,31). Sum of RGB (Red+Green+Blue) = 147+20+31=198 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.24% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 147 - color contains mainly: red. Hex color #93141F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93141F is #6CEBE0. Grayscale: #3B3B3B. Windows color (decimal): -7138273 or 2036883. OLE color: 2036883.

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

Color convert

RGB 147 20 31 -
CMYK 0 0.86 0.79 0.42
HSL 354.8º 0.76% 0.33% -
HSV(B) 354.8º 0.86% 0.58% -
XYZ 12.53 6.8 1.95 -
YUV 59.23 112.08 190.61 -
System Red Green Blue C M Y K H S L
Decimal 147 20 31 0 0.86 0.79 0.42 354.8 0.76 0.33
Hex 93 14 1F 0 56 4F 2A 163 4C 21
Octal 223 24 37 0 126 117 52 543 114 41
Binary 10010011 10100 11111 0 1010110 1001111 101010 101100011 1001100 100001

Color Harmonies of #93141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93141F

Black with #93141F

Text Example


Text Example

White with #93141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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