Html Css Color HEX #930217 Carmine

📋 copy color: '#930217'

red 147 ◦ green 2 ◦ blue 23

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

Shades of Carmine #930217

Tints of Carmine #930217

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

 BLUE value IS 23 (9.38% from 255) = 13.37%

R = 85.47%
G = 1.16%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#930217 (or 0x930217) is known color: Carmine. HEX triplet: 93, 02 and 17. RGB value is (147,2,23). Sum of RGB (Red+Green+Blue) = 147+2+23=172 (22% of max value = 765). Red value is 147 (57.81% from 255 or 85.47% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 147 - color contains mainly: red. Hex color #930217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930217 is #6CFDE8. Grayscale: #2F2F2F. Windows color (decimal): -7142889 or 1507987. OLE color: 1507987.

HSL color Cylindrical-coordinate representation of color #930217: hue angle of 351.31º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #930217 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 2 23 -
CMYK 0 0.99 0.84 0.42
HSL 351.31º 0.97% 0.29% -
HSV(B) 351.31º 0.99% 0.58% -
XYZ 12.21 6.31 1.38 -
YUV 47.75 114.04 198.79 -
System Red Green Blue C M Y K H S L
Decimal 147 2 23 0 0.99 0.84 0.42 351.31 0.97 0.29
Hex 93 2 17 0 63 54 2A 15F 61 1D
Octal 223 2 27 0 143 124 52 537 141 35
Binary 10010011 10 10111 0 1100011 1010100 101010 101011111 1100001 11101

Color Harmonies of #930217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930217

Black with #930217

Text Example


Text Example

White with #930217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930217; }

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

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

background-color css

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

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

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

border-color css

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

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

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