Html Css Color HEX #970014 Carmine

📋 copy color: '#970014'

red 151 ◦ green 0 ◦ blue 20

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

Shades of Carmine #970014

Tints of Carmine #970014

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 88.3%
G = 0%
B = 11.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#970014 (or 0x970014) is known color: Carmine. HEX triplet: 97, 00 and 14. RGB value is (151,0,20). Sum of RGB (Red+Green+Blue) = 151+0+20=171 (22% of max value = 765). Red value is 151 (59.38% from 255 or 88.30% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 151 - color contains mainly: red. Hex color #970014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970014 is #68FFEB. Grayscale: #2F2F2F. Windows color (decimal): -6881260 or 1310871. OLE color: 1310871.

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

Color convert

RGB 151 0 20 -
CMYK 0 1 0.87 0.41
HSL 352.05º 1% 0.3% -
HSV(B) 352.05º 1% 0.59% -
XYZ 12.89 6.63 1.26 -
YUV 47.43 112.53 201.87 -
System Red Green Blue C M Y K H S L
Decimal 151 0 20 0 1 0.87 0.41 352.05 1 0.3
Hex 97 0 14 0 64 57 29 160 64 1E
Octal 227 0 24 0 144 127 51 540 144 36
Binary 10010111 0 10100 0 1100100 1010111 101001 101100000 1100100 11110

Color Harmonies of #970014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970014

Black with #970014

Text Example


Text Example

White with #970014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970014; }

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

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

background-color css

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

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

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

border-color css

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

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

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