Html Css Color HEX #940417 Carmine

📋 copy color: '#940417'

red 148 ◦ green 4 ◦ blue 23

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

Shades of Carmine #940417

Tints of Carmine #940417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.29%

 BLUE value IS 23 (9.38% from 255) = 13.14%

R = 84.57%
G = 2.29%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#940417 (or 0x940417) is known color: Carmine. HEX triplet: 94, 04 and 17. RGB value is (148,4,23). Sum of RGB (Red+Green+Blue) = 148+4+23=175 (23% of max value = 765). Red value is 148 (58.20% from 255 or 84.57% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 148 - color contains mainly: red. Hex color #940417 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940417 is #6BFBE8. Grayscale: #313131. Windows color (decimal): -7076841 or 1508500. OLE color: 1508500.

HSL color Cylindrical-coordinate representation of color #940417: hue angle of 352.08º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #940417 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 4 23 -
CMYK 0 0.97 0.84 0.42
HSL 352.08º 0.95% 0.3% -
HSV(B) 352.08º 0.97% 0.58% -
XYZ 12.41 6.44 1.4 -
YUV 49.22 113.21 198.46 -
System Red Green Blue C M Y K H S L
Decimal 148 4 23 0 0.97 0.84 0.42 352.08 0.95 0.3
Hex 94 4 17 0 61 54 2A 160 5F 1E
Octal 224 4 27 0 141 124 52 540 137 36
Binary 10010100 100 10111 0 1100001 1010100 101010 101100000 1011111 11110

Color Harmonies of #940417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940417

Black with #940417

Text Example


Text Example

White with #940417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940417; }

 p { color: rgb(148,4,23); }

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

background-color css

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

 a { background-color: rgb(148,4,23); }

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

border-color css

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

 span { border-color: rgb(148,4,23); }

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