Html Css Color HEX #970214 Carmine

📋 copy color: '#970214'

red 151 ◦ green 2 ◦ blue 20

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

Shades of Carmine #970214

Tints of Carmine #970214

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

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

R = 87.28%
G = 1.16%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#970214 (or 0x970214) is known color: Carmine. HEX triplet: 97, 02 and 14. RGB value is (151,2,20). Sum of RGB (Red+Green+Blue) = 151+2+20=173 (22% of max value = 765). Red value is 151 (59.38% from 255 or 87.28% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 151 - color contains mainly: red. Hex color #970214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970214 is #68FDEB. Grayscale: #303030. Windows color (decimal): -6880748 or 1311383. OLE color: 1311383.

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

Color convert

RGB 151 2 20 -
CMYK 0 0.99 0.87 0.41
HSL 352.75º 0.97% 0.3% -
HSV(B) 352.75º 0.99% 0.59% -
XYZ 12.91 6.67 1.27 -
YUV 48.6 111.86 201.04 -
System Red Green Blue C M Y K H S L
Decimal 151 2 20 0 0.99 0.87 0.41 352.75 0.97 0.3
Hex 97 2 14 0 63 57 29 161 61 1E
Octal 227 2 24 0 143 127 51 541 141 36
Binary 10010111 10 10100 0 1100011 1010111 101001 101100001 1100001 11110

Color Harmonies of #970214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970214

Black with #970214

Text Example


Text Example

White with #970214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970214; }

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

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

background-color css

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

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

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

border-color css

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

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

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