Html Css Color HEX #970315 Carmine

📋 copy color: '#970315'

red 151 ◦ green 3 ◦ blue 21

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

Shades of Carmine #970315

Tints of Carmine #970315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12%

R = 86.29%
G = 1.71%
B = 12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#970315 (or 0x970315) is known color: Carmine. HEX triplet: 97, 03 and 15. RGB value is (151,3,21). Sum of RGB (Red+Green+Blue) = 151+3+21=175 (23% of max value = 765). Red value is 151 (59.38% from 255 or 86.29% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 151 - color contains mainly: red. Hex color #970315 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970315 is #68FCEA. Grayscale: #313131. Windows color (decimal): -6880491 or 1377175. OLE color: 1377175.

HSL color Cylindrical-coordinate representation of color #970315: hue angle of 352.7º 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 #970315 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 3 21 -
CMYK 0 0.98 0.86 0.41
HSL 352.7º 0.96% 0.3% -
HSV(B) 352.7º 0.98% 0.59% -
XYZ 12.93 6.7 1.32 -
YUV 49.3 112.03 200.54 -
System Red Green Blue C M Y K H S L
Decimal 151 3 21 0 0.98 0.86 0.41 352.7 0.96 0.3
Hex 97 3 15 0 62 56 29 161 60 1E
Octal 227 3 25 0 142 126 51 541 140 36
Binary 10010111 11 10101 0 1100010 1010110 101001 101100001 1100000 11110

Color Harmonies of #970315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970315

Black with #970315

Text Example


Text Example

White with #970315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970315; }

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

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

background-color css

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

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

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

border-color css

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

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

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