Html Css Color HEX #970514 Carmine

📋 copy color: '#970514'

red 151 ◦ green 5 ◦ blue 20

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

Shades of Carmine #970514

Tints of Carmine #970514

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.84%

 BLUE value IS 20 (8.2% from 255) = 11.36%

R = 85.8%
G = 2.84%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#970514 (or 0x970514) is known color: Carmine. HEX triplet: 97, 05 and 14. RGB value is (151,5,20). Sum of RGB (Red+Green+Blue) = 151+5+20=176 (23% of max value = 765). Red value is 151 (59.38% from 255 or 85.80% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 151 - color contains mainly: red. Hex color #970514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970514 is #68FAEB. Grayscale: #323232. Windows color (decimal): -6879980 or 1312151. OLE color: 1312151.

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

Color convert

RGB 151 5 20 -
CMYK 0 0.97 0.87 0.41
HSL 353.84º 0.94% 0.31% -
HSV(B) 353.84º 0.97% 0.59% -
XYZ 12.94 6.74 1.28 -
YUV 50.36 110.87 199.78 -
System Red Green Blue C M Y K H S L
Decimal 151 5 20 0 0.97 0.87 0.41 353.84 0.94 0.31
Hex 97 5 14 0 61 57 29 162 5E 1F
Octal 227 5 24 0 141 127 51 542 136 37
Binary 10010111 101 10100 0 1100001 1010111 101001 101100010 1011110 11111

Color Harmonies of #970514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970514

Black with #970514

Text Example


Text Example

White with #970514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970514; }

 p { color: rgb(151,5,20); }

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

background-color css

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

 a { background-color: rgb(151,5,20); }

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

border-color css

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

 span { border-color: rgb(151,5,20); }

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