Html Css Color HEX #940215 Carmine

📋 copy color: '#940215'

red 148 ◦ green 2 ◦ blue 21

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

Shades of Carmine #940215

Tints of Carmine #940215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.28%

R = 86.55%
G = 1.17%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#940215 (or 0x940215) is known color: Carmine. HEX triplet: 94, 02 and 15. RGB value is (148,2,21). Sum of RGB (Red+Green+Blue) = 148+2+21=171 (22% of max value = 765). Red value is 148 (58.20% from 255 or 86.55% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 148 - color contains mainly: red. Hex color #940215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940215 is #6BFDEA. Grayscale: #2F2F2F. Windows color (decimal): -7077355 or 1376916. OLE color: 1376916.

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

Color convert

RGB 148 2 21 -
CMYK 0 0.99 0.86 0.42
HSL 352.19º 0.97% 0.29% -
HSV(B) 352.19º 0.99% 0.58% -
XYZ 12.37 6.39 1.29 -
YUV 47.82 112.87 199.46 -
System Red Green Blue C M Y K H S L
Decimal 148 2 21 0 0.99 0.86 0.42 352.19 0.97 0.29
Hex 94 2 15 0 63 56 2A 160 61 1D
Octal 224 2 25 0 143 126 52 540 141 35
Binary 10010100 10 10101 0 1100011 1010110 101010 101100000 1100001 11101

Color Harmonies of #940215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940215

Black with #940215

Text Example


Text Example

White with #940215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940215; }

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

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

background-color css

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

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

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

border-color css

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

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

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