Html Css Color HEX #940115 Carmine

📋 copy color: '#940115'

red 148 ◦ green 1 ◦ blue 21

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

Shades of Carmine #940115

Tints of Carmine #940115

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

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

R = 87.06%
G = 0.59%
B = 12.35%

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

#940115 (or 0x940115) is known color: Carmine. HEX triplet: 94, 01 and 15. RGB value is (148,1,21). Sum of RGB (Red+Green+Blue) = 148+1+21=170 (22% of max value = 765). Red value is 148 (58.20% from 255 or 87.06% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 148 - color contains mainly: red. Hex color #940115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940115 is #6BFEEA. Grayscale: #2F2F2F. Windows color (decimal): -7077611 or 1376660. OLE color: 1376660.

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

Color convert

RGB 148 1 21 -
CMYK 0 0.99 0.86 0.42
HSL 351.84º 0.99% 0.29% -
HSV(B) 351.84º 0.99% 0.58% -
XYZ 12.36 6.37 1.29 -
YUV 47.23 113.2 199.87 -
System Red Green Blue C M Y K H S L
Decimal 148 1 21 0 0.99 0.86 0.42 351.84 0.99 0.29
Hex 94 1 15 0 63 56 2A 160 63 1D
Octal 224 1 25 0 143 126 52 540 143 35
Binary 10010100 1 10101 0 1100011 1010110 101010 101100000 1100011 11101

Color Harmonies of #940115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940115

Black with #940115

Text Example


Text Example

White with #940115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940115; }

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

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

background-color css

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

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

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

border-color css

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

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

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