Html Css Color HEX #940F2F Carmine

📋 copy color: '#940F2F'

red 148 ◦ green 15 ◦ blue 47

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

Shades of Carmine #940F2F

Tints of Carmine #940F2F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.14%

 BLUE value IS 47 (18.75% from 255) = 22.38%

R = 70.48%
G = 7.14%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#940F2F (or 0x940F2F) is known color: Carmine. HEX triplet: 94, 0F and 2F. RGB value is (148,15,47). Sum of RGB (Red+Green+Blue) = 148+15+47=210 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.48% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 148 - color contains mainly: red. Hex color #940F2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940F2F is #6BF0D0. Grayscale: #3A3A3A. Windows color (decimal): -7074001 or 3084180. OLE color: 3084180.

HSL color Cylindrical-coordinate representation of color #940F2F: hue angle of 345.56º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #940F2F is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 15 47 -
CMYK 0 0.90 0.68 0.42
HSL 345.56º 0.82% 0.32% -
HSV(B) 345.56º 0.9% 0.58% -
XYZ 12.9 6.84 3.33 -
YUV 58.42 121.56 191.9 -
System Red Green Blue C M Y K H S L
Decimal 148 15 47 0 0.90 0.68 0.42 345.56 0.82 0.32
Hex 94 F 2F 0 5A 44 2A 15A 52 20
Octal 224 17 57 0 132 104 52 532 122 40
Binary 10010100 1111 101111 0 1011010 1000100 101010 101011010 1010010 100000

Color Harmonies of #940F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940F2F

Black with #940F2F

Text Example


Text Example

White with #940F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940F2F; }

 p { color: rgb(148,15,47); }

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

background-color css

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

 a { background-color: rgb(148,15,47); }

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

border-color css

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

 span { border-color: rgb(148,15,47); }

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