Html Css Color HEX #97001D Carmine

📋 copy color: '#97001D'

red 151 ◦ green 0 ◦ blue 29

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

Shades of Carmine #97001D

Tints of Carmine #97001D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 29 (11.72% from 255) = 16.11%

R = 83.89%
G = 0%
B = 16.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#97001D (or 0x97001D) is known color: Carmine. HEX triplet: 97, 00 and 1D. RGB value is (151,0,29). Sum of RGB (Red+Green+Blue) = 151+0+29=180 (23% of max value = 765). Red value is 151 (59.38% from 255 or 83.89% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 151 - color contains mainly: red. Hex color #97001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97001D is #68FFE2. Grayscale: #303030. Windows color (decimal): -6881251 or 1900695. OLE color: 1900695.

HSL color Cylindrical-coordinate representation of color #97001D: hue angle of 348.48º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #97001D is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 0 29 -
CMYK 0 1 0.81 0.41
HSL 348.48º 1% 0.3% -
HSV(B) 348.48º 1% 0.59% -
XYZ 12.98 6.67 1.77 -
YUV 48.46 117.03 201.14 -
System Red Green Blue C M Y K H S L
Decimal 151 0 29 0 1 0.81 0.41 348.48 1 0.3
Hex 97 0 1D 0 64 51 29 15C 64 1E
Octal 227 0 35 0 144 121 51 534 144 36
Binary 10010111 0 11101 0 1100100 1010001 101001 101011100 1100100 11110

Color Harmonies of #97001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97001D

Black with #97001D

Text Example


Text Example

White with #97001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97001D; }

 p { color: rgb(151,0,29); }

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

background-color css

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

 a { background-color: rgb(151,0,29); }

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

border-color css

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

 span { border-color: rgb(151,0,29); }

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