Html Css Color HEX #970419 Carmine

📋 copy color: '#970419'

red 151 ◦ green 4 ◦ blue 25

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

Shades of Carmine #970419

Tints of Carmine #970419

RGB

 RED value IS 151 (59.38% from 255) = 83.89%

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

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

R = 83.89%
G = 2.22%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#970419 (or 0x970419) is known color: Carmine. HEX triplet: 97, 04 and 19. RGB value is (151,4,25). Sum of RGB (Red+Green+Blue) = 151+4+25=180 (23% of max value = 765). Red value is 151 (59.38% from 255 or 83.89% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 151 - color contains mainly: red. Hex color #970419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970419 is #68FBE6. Grayscale: #323232. Windows color (decimal): -6880231 or 1639575. OLE color: 1639575.

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

Color convert

RGB 151 4 25 -
CMYK 0 0.97 0.83 0.41
HSL 351.43º 0.95% 0.3% -
HSV(B) 351.43º 0.97% 0.59% -
XYZ 12.98 6.74 1.54 -
YUV 50.35 113.7 199.79 -
System Red Green Blue C M Y K H S L
Decimal 151 4 25 0 0.97 0.83 0.41 351.43 0.95 0.3
Hex 97 4 19 0 61 53 29 15F 5F 1E
Octal 227 4 31 0 141 123 51 537 137 36
Binary 10010111 100 11001 0 1100001 1010011 101001 101011111 1011111 11110

Color Harmonies of #970419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970419

Black with #970419

Text Example


Text Example

White with #970419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970419; }

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

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

background-color css

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

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

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

border-color css

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

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

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