Html Css Color HEX #93171F Carmine

📋 copy color: '#93171F'

red 147 ◦ green 23 ◦ blue 31

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

Shades of Carmine #93171F

Tints of Carmine #93171F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.44%

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

R = 73.13%
G = 11.44%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#93171F (or 0x93171F) is known color: Carmine. HEX triplet: 93, 17 and 1F. RGB value is (147,23,31). Sum of RGB (Red+Green+Blue) = 147+23+31=201 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.13% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 147 - color contains mainly: red. Hex color #93171F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93171F is #6CE8E0. Grayscale: #3D3D3D. Windows color (decimal): -7137505 or 2037651. OLE color: 2037651.

HSL color Cylindrical-coordinate representation of color #93171F: hue angle of 356.13º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #93171F is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 23 31 -
CMYK 0 0.84 0.79 0.42
HSL 356.13º 0.73% 0.33% -
HSV(B) 356.13º 0.84% 0.58% -
XYZ 12.59 6.91 1.97 -
YUV 60.99 111.08 189.35 -
System Red Green Blue C M Y K H S L
Decimal 147 23 31 0 0.84 0.79 0.42 356.13 0.73 0.33
Hex 93 17 1F 0 54 4F 2A 164 49 21
Octal 223 27 37 0 124 117 52 544 111 41
Binary 10010011 10111 11111 0 1010100 1001111 101010 101100100 1001001 100001

Color Harmonies of #93171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93171F

Black with #93171F

Text Example


Text Example

White with #93171F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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