Html Css Color HEX #970614 Carmine

📋 copy color: '#970614'

red 151 ◦ green 6 ◦ blue 20

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

Shades of Carmine #970614

Tints of Carmine #970614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.39%

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

R = 85.31%
G = 3.39%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#970614 (or 0x970614) is known color: Carmine. HEX triplet: 97, 06 and 14. RGB value is (151,6,20). Sum of RGB (Red+Green+Blue) = 151+6+20=177 (23% of max value = 765). Red value is 151 (59.38% from 255 or 85.31% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 151 - color contains mainly: red. Hex color #970614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970614 is #68F9EB. Grayscale: #333333. Windows color (decimal): -6879724 or 1312407. OLE color: 1312407.

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

Color convert

RGB 151 6 20 -
CMYK 0 0.96 0.87 0.41
HSL 354.21º 0.92% 0.31% -
HSV(B) 354.21º 0.96% 0.59% -
XYZ 12.95 6.76 1.28 -
YUV 50.95 110.54 199.36 -
System Red Green Blue C M Y K H S L
Decimal 151 6 20 0 0.96 0.87 0.41 354.21 0.92 0.31
Hex 97 6 14 0 60 57 29 162 5C 1F
Octal 227 6 24 0 140 127 51 542 134 37
Binary 10010111 110 10100 0 1100000 1010111 101001 101100010 1011100 11111

Color Harmonies of #970614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970614

Black with #970614

Text Example


Text Example

White with #970614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970614; }

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

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

background-color css

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

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

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

border-color css

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

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

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