Html Css Color HEX #970314 Carmine

📋 copy color: '#970314'

red 151 ◦ green 3 ◦ blue 20

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

Shades of Carmine #970314

Tints of Carmine #970314

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.72%

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

R = 86.78%
G = 1.72%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#970314 (or 0x970314) is known color: Carmine. HEX triplet: 97, 03 and 14. RGB value is (151,3,20). Sum of RGB (Red+Green+Blue) = 151+3+20=174 (23% of max value = 765). Red value is 151 (59.38% from 255 or 86.78% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 151 - color contains mainly: red. Hex color #970314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970314 is #68FCEB. Grayscale: #313131. Windows color (decimal): -6880492 or 1311639. OLE color: 1311639.

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

Color convert

RGB 151 3 20 -
CMYK 0 0.98 0.87 0.41
HSL 353.11º 0.96% 0.3% -
HSV(B) 353.11º 0.98% 0.59% -
XYZ 12.92 6.69 1.27 -
YUV 49.19 111.53 200.62 -
System Red Green Blue C M Y K H S L
Decimal 151 3 20 0 0.98 0.87 0.41 353.11 0.96 0.3
Hex 97 3 14 0 62 57 29 161 60 1E
Octal 227 3 24 0 142 127 51 541 140 36
Binary 10010111 11 10100 0 1100010 1010111 101001 101100001 1100000 11110

Color Harmonies of #970314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970314

Black with #970314

Text Example


Text Example

White with #970314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970314; }

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

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

background-color css

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

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

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

border-color css

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

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

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