Html Css Color HEX #970515 Carmine

📋 copy color: '#970515'

red 151 ◦ green 5 ◦ blue 21

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

Shades of Carmine #970515

Tints of Carmine #970515

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.82%

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

R = 85.31%
G = 2.82%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#970515 (or 0x970515) is known color: Carmine. HEX triplet: 97, 05 and 15. RGB value is (151,5,21). Sum of RGB (Red+Green+Blue) = 151+5+21=177 (23% of max value = 765). Red value is 151 (59.38% from 255 or 85.31% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 151 - color contains mainly: red. Hex color #970515 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970515 is #68FAEA. Grayscale: #323232. Windows color (decimal): -6879979 or 1377687. OLE color: 1377687.

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

Color convert

RGB 151 5 21 -
CMYK 0 0.97 0.86 0.41
HSL 353.42º 0.94% 0.31% -
HSV(B) 353.42º 0.97% 0.59% -
XYZ 12.95 6.74 1.33 -
YUV 50.48 111.37 199.7 -
System Red Green Blue C M Y K H S L
Decimal 151 5 21 0 0.97 0.86 0.41 353.42 0.94 0.31
Hex 97 5 15 0 61 56 29 161 5E 1F
Octal 227 5 25 0 141 126 51 541 136 37
Binary 10010111 101 10101 0 1100001 1010110 101001 101100001 1011110 11111

Color Harmonies of #970515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970515

Black with #970515

Text Example


Text Example

White with #970515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970515; }

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

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

background-color css

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

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

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

border-color css

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

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

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