Html Css Color HEX #97151E Carmine

📋 copy color: '#97151E'

red 151 ◦ green 21 ◦ blue 30

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

Shades of Carmine #97151E

Tints of Carmine #97151E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.4%

 BLUE value IS 30 (12.11% from 255) = 14.85%

R = 74.75%
G = 10.4%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#97151E (or 0x97151E) is known color: Carmine. HEX triplet: 97, 15 and 1E. RGB value is (151,21,30). Sum of RGB (Red+Green+Blue) = 151+21+30=202 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.75% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 30 (12.11% from 255 or 14.85% from 202); Max value from RGB is 151 - color contains mainly: red. Hex color #97151E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97151E is #68EAE1. Grayscale: #3C3C3C. Windows color (decimal): -6875874 or 1971607. OLE color: 1971607.

HSL color Cylindrical-coordinate representation of color #97151E: hue angle of 355.85º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #97151E is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 21 30 -
CMYK 0 0.86 0.80 0.41
HSL 355.85º 0.76% 0.34% -
HSV(B) 355.85º 0.86% 0.59% -
XYZ 13.27 7.21 1.92 -
YUV 60.9 110.57 192.27 -
System Red Green Blue C M Y K H S L
Decimal 151 21 30 0 0.86 0.80 0.41 355.85 0.76 0.34
Hex 97 15 1E 0 56 50 29 164 4C 22
Octal 227 25 36 0 126 120 51 544 114 42
Binary 10010111 10101 11110 0 1010110 1010000 101001 101100100 1001100 100010

Color Harmonies of #97151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97151E

Black with #97151E

Text Example


Text Example

White with #97151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97151E; }

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

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

background-color css

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

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

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

border-color css

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

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

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