Html Css Color HEX #970914 Carmine

📋 copy color: '#970914'

red 151 ◦ green 9 ◦ blue 20

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

Shades of Carmine #970914

Tints of Carmine #970914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5%

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

R = 83.89%
G = 5%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#970914 (or 0x970914) is known color: Carmine. HEX triplet: 97, 09 and 14. RGB value is (151,9,20). Sum of RGB (Red+Green+Blue) = 151+9+20=180 (23% of max value = 765). Red value is 151 (59.38% from 255 or 83.89% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 151 - color contains mainly: red. Hex color #970914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970914 is #68F6EB. Grayscale: #343434. Windows color (decimal): -6878956 or 1313175. OLE color: 1313175.

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

Color convert

RGB 151 9 20 -
CMYK 0 0.94 0.87 0.41
HSL 355.35º 0.89% 0.31% -
HSV(B) 355.35º 0.94% 0.59% -
XYZ 12.99 6.83 1.29 -
YUV 52.71 109.54 198.11 -
System Red Green Blue C M Y K H S L
Decimal 151 9 20 0 0.94 0.87 0.41 355.35 0.89 0.31
Hex 97 9 14 0 5E 57 29 163 59 1F
Octal 227 11 24 0 136 127 51 543 131 37
Binary 10010111 1001 10100 0 1011110 1010111 101001 101100011 1011001 11111

Color Harmonies of #970914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970914

Black with #970914

Text Example


Text Example

White with #970914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970914; }

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

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

background-color css

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

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

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

border-color css

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

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

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