Html Css Color HEX #8C001D Carmine

📋 copy color: '#8C001D'

red 140 ◦ green 0 ◦ blue 29

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

Shades of Carmine #8C001D

Tints of Carmine #8C001D

RGB

 RED value IS 140 (55.08% from 255) = 82.84%

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

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

R = 82.84%
G = 0%
B = 17.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C001D (or 0x8C001D) is known color: Carmine. HEX triplet: 8C, 00 and 1D. RGB value is (140,0,29). Sum of RGB (Red+Green+Blue) = 140+0+29=169 (22% of max value = 765). Red value is 140 (55.08% from 255 or 82.84% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 140 - color contains mainly: red. Hex color #8C001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C001D is #73FFE2. Grayscale: #2D2D2D. Windows color (decimal): -7602147 or 1900684. OLE color: 1900684.

HSL color Cylindrical-coordinate representation of color #8C001D: hue angle of 347.57º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C001D is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 0 29 -
CMYK 0 1 0.79 0.45
HSL 347.57º 1% 0.27% -
HSV(B) 347.57º 1% 0.55% -
XYZ 11.04 5.66 1.67 -
YUV 45.17 118.88 195.64 -
System Red Green Blue C M Y K H S L
Decimal 140 0 29 0 1 0.79 0.45 347.57 1 0.27
Hex 8C 0 1D 0 64 4F 2D 15C 64 1B
Octal 214 0 35 0 144 117 55 534 144 33
Binary 10001100 0 11101 0 1100100 1001111 101101 101011100 1100100 11011

Color Harmonies of #8C001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C001D

Black with #8C001D

Text Example


Text Example

White with #8C001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C001D; }

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

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

background-color css

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

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

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

border-color css

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

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

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