Html Css Color HEX #940914 Carmine

📋 copy color: '#940914'

red 148 ◦ green 9 ◦ blue 20

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

Shades of Carmine #940914

Tints of Carmine #940914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.08%

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

R = 83.62%
G = 5.08%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#940914 (or 0x940914) is known color: Carmine. HEX triplet: 94, 09 and 14. RGB value is (148,9,20). Sum of RGB (Red+Green+Blue) = 148+9+20=177 (23% of max value = 765). Red value is 148 (58.20% from 255 or 83.62% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 148 - color contains mainly: red. Hex color #940914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940914 is #6BF6EB. Grayscale: #333333. Windows color (decimal): -7075564 or 1313172. OLE color: 1313172.

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

Color convert

RGB 148 9 20 -
CMYK 0 0.94 0.86 0.42
HSL 355.25º 0.89% 0.31% -
HSV(B) 355.25º 0.94% 0.58% -
XYZ 12.44 6.54 1.27 -
YUV 51.82 110.05 196.61 -
System Red Green Blue C M Y K H S L
Decimal 148 9 20 0 0.94 0.86 0.42 355.25 0.89 0.31
Hex 94 9 14 0 5E 56 2A 163 59 1F
Octal 224 11 24 0 136 126 52 543 131 37
Binary 10010100 1001 10100 0 1011110 1010110 101010 101100011 1011001 11111

Color Harmonies of #940914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940914

Black with #940914

Text Example


Text Example

White with #940914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940914; }

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

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

background-color css

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

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

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

border-color css

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

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

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