Html Css Color HEX #940014 Carmine

📋 copy color: '#940014'

red 148 ◦ green 0 ◦ blue 20

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

Shades of Carmine #940014

Tints of Carmine #940014

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 20 (8.2% from 255) = 11.9%

R = 88.1%
G = 0%
B = 11.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#940014 (or 0x940014) is known color: Carmine. HEX triplet: 94, 00 and 14. RGB value is (148,0,20). Sum of RGB (Red+Green+Blue) = 148+0+20=168 (22% of max value = 765). Red value is 148 (58.20% from 255 or 88.10% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 148 - color contains mainly: red. Hex color #940014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940014 is #6BFFEB. Grayscale: #2E2E2E. Windows color (decimal): -7077868 or 1310868. OLE color: 1310868.

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

Color convert

RGB 148 0 20 -
CMYK 0 1 0.86 0.42
HSL 351.89º 1% 0.29% -
HSV(B) 351.89º 1% 0.58% -
XYZ 12.34 6.35 1.24 -
YUV 46.53 113.03 200.37 -
System Red Green Blue C M Y K H S L
Decimal 148 0 20 0 1 0.86 0.42 351.89 1 0.29
Hex 94 0 14 0 64 56 2A 160 64 1D
Octal 224 0 24 0 144 126 52 540 144 35
Binary 10010100 0 10100 0 1100100 1010110 101010 101100000 1100100 11101

Color Harmonies of #940014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940014

Black with #940014

Text Example


Text Example

White with #940014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940014; }

 p { color: rgb(148,0,20); }

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

background-color css

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

 a { background-color: rgb(148,0,20); }

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

border-color css

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

 span { border-color: rgb(148,0,20); }

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