Html Css Color HEX #940F2D Carmine

📋 copy color: '#940F2D'

red 148 ◦ green 15 ◦ blue 45

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

Shades of Carmine #940F2D

Tints of Carmine #940F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.63%

R = 71.15%
G = 7.21%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#940F2D (or 0x940F2D) is known color: Carmine. HEX triplet: 94, 0F and 2D. RGB value is (148,15,45). Sum of RGB (Red+Green+Blue) = 148+15+45=208 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.15% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 148 - color contains mainly: red. Hex color #940F2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940F2D is #6BF0D2. Grayscale: #3A3A3A. Windows color (decimal): -7074003 or 2953108. OLE color: 2953108.

HSL color Cylindrical-coordinate representation of color #940F2D: hue angle of 346.47º 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 #940F2D is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 15 45 -
CMYK 0 0.90 0.70 0.42
HSL 346.47º 0.82% 0.32% -
HSV(B) 346.47º 0.9% 0.58% -
XYZ 12.86 6.83 3.12 -
YUV 58.19 120.56 192.06 -
System Red Green Blue C M Y K H S L
Decimal 148 15 45 0 0.90 0.70 0.42 346.47 0.82 0.32
Hex 94 F 2D 0 5A 46 2A 15A 52 20
Octal 224 17 55 0 132 106 52 532 122 40
Binary 10010100 1111 101101 0 1011010 1000110 101010 101011010 1010010 100000

Color Harmonies of #940F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940F2D

Black with #940F2D

Text Example


Text Example

White with #940F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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