Html Css Color HEX #940419 Carmine

📋 copy color: '#940419'

red 148 ◦ green 4 ◦ blue 25

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

Shades of Carmine #940419

Tints of Carmine #940419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.12%

R = 83.62%
G = 2.26%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#940419 (or 0x940419) is known color: Carmine. HEX triplet: 94, 04 and 19. RGB value is (148,4,25). Sum of RGB (Red+Green+Blue) = 148+4+25=177 (23% of max value = 765). Red value is 148 (58.20% from 255 or 83.62% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 148 - color contains mainly: red. Hex color #940419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940419 is #6BFBE6. Grayscale: #313131. Windows color (decimal): -7076839 or 1639572. OLE color: 1639572.

HSL color Cylindrical-coordinate representation of color #940419: hue angle of 351.25º 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 #940419 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 4 25 -
CMYK 0 0.97 0.83 0.42
HSL 351.25º 0.95% 0.3% -
HSV(B) 351.25º 0.97% 0.58% -
XYZ 12.43 6.45 1.51 -
YUV 49.45 114.21 198.29 -
System Red Green Blue C M Y K H S L
Decimal 148 4 25 0 0.97 0.83 0.42 351.25 0.95 0.3
Hex 94 4 19 0 61 53 2A 15F 5F 1E
Octal 224 4 31 0 141 123 52 537 137 36
Binary 10010100 100 11001 0 1100001 1010011 101010 101011111 1011111 11110

Color Harmonies of #940419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940419

Black with #940419

Text Example


Text Example

White with #940419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940419; }

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

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

background-color css

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

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

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

border-color css

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

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

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