Html Css Color HEX #970217 Carmine

📋 copy color: '#970217'

red 151 ◦ green 2 ◦ blue 23

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

Shades of Carmine #970217

Tints of Carmine #970217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 13.07%

R = 85.8%
G = 1.14%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#970217 (or 0x970217) is known color: Carmine. HEX triplet: 97, 02 and 17. RGB value is (151,2,23). Sum of RGB (Red+Green+Blue) = 151+2+23=176 (23% of max value = 765). Red value is 151 (59.38% from 255 or 85.80% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 23 (9.38% from 255 or 13.07% from 176); Max value from RGB is 151 - color contains mainly: red. Hex color #970217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970217 is #68FDE8. Grayscale: #313131. Windows color (decimal): -6880745 or 1507991. OLE color: 1507991.

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

Color convert

RGB 151 2 23 -
CMYK 0 0.99 0.85 0.41
HSL 351.54º 0.97% 0.3% -
HSV(B) 351.54º 0.99% 0.59% -
XYZ 12.94 6.68 1.42 -
YUV 48.95 113.36 200.79 -
System Red Green Blue C M Y K H S L
Decimal 151 2 23 0 0.99 0.85 0.41 351.54 0.97 0.3
Hex 97 2 17 0 63 55 29 160 61 1E
Octal 227 2 27 0 143 125 51 540 141 36
Binary 10010111 10 10111 0 1100011 1010101 101001 101100000 1100001 11110

Color Harmonies of #970217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970217

Black with #970217

Text Example


Text Example

White with #970217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970217; }

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

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

background-color css

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

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

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

border-color css

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

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

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