Html Css Color HEX #970E15 Carmine

📋 copy color: '#970E15'

red 151 ◦ green 14 ◦ blue 21

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

Shades of Carmine #970E15

Tints of Carmine #970E15

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.53%

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

R = 81.18%
G = 7.53%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#970E15 (or 0x970E15) is known color: Carmine. HEX triplet: 97, 0E and 15. RGB value is (151,14,21). Sum of RGB (Red+Green+Blue) = 151+14+21=186 (24% of max value = 765). Red value is 151 (59.38% from 255 or 81.18% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 151 - color contains mainly: red. Hex color #970E15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970E15 is #68F1EA. Grayscale: #373737. Windows color (decimal): -6877675 or 1379991. OLE color: 1379991.

HSL color Cylindrical-coordinate representation of color #970E15: hue angle of 356.93º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #970E15 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 14 21 -
CMYK 0 0.91 0.86 0.41
HSL 356.93º 0.83% 0.32% -
HSV(B) 356.93º 0.91% 0.59% -
XYZ 13.05 6.95 1.36 -
YUV 55.76 108.39 195.93 -
System Red Green Blue C M Y K H S L
Decimal 151 14 21 0 0.91 0.86 0.41 356.93 0.83 0.32
Hex 97 E 15 0 5B 56 29 165 53 20
Octal 227 16 25 0 133 126 51 545 123 40
Binary 10010111 1110 10101 0 1011011 1010110 101001 101100101 1010011 100000

Color Harmonies of #970E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970E15

Black with #970E15

Text Example


Text Example

White with #970E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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