Html Css Color HEX #8C021D Carmine

📋 copy color: '#8C021D'

red 140 ◦ green 2 ◦ blue 29

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

Shades of Carmine #8C021D

Tints of Carmine #8C021D

RGB

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

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

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

R = 81.87%
G = 1.17%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C021D (or 0x8C021D) is known color: Carmine. HEX triplet: 8C, 02 and 1D. RGB value is (140,2,29). Sum of RGB (Red+Green+Blue) = 140+2+29=171 (22% of max value = 765). Red value is 140 (55.08% from 255 or 81.87% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 140 - color contains mainly: red. Hex color #8C021D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C021D is #73FDE2. Grayscale: #2E2E2E. Windows color (decimal): -7601635 or 1901196. OLE color: 1901196.

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

Color convert

RGB 140 2 29 -
CMYK 0 0.99 0.79 0.45
HSL 348.26º 0.97% 0.28% -
HSV(B) 348.26º 0.99% 0.55% -
XYZ 11.06 5.71 1.68 -
YUV 46.34 118.22 194.8 -
System Red Green Blue C M Y K H S L
Decimal 140 2 29 0 0.99 0.79 0.45 348.26 0.97 0.28
Hex 8C 2 1D 0 63 4F 2D 15C 61 1C
Octal 214 2 35 0 143 117 55 534 141 34
Binary 10001100 10 11101 0 1100011 1001111 101101 101011100 1100001 11100

Color Harmonies of #8C021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C021D

Black with #8C021D

Text Example


Text Example

White with #8C021D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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