Html Css Color HEX #8C0E21 Carmine

📋 copy color: '#8C0E21'

red 140 ◦ green 14 ◦ blue 33

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

Shades of Carmine #8C0E21

Tints of Carmine #8C0E21

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.49%

 BLUE value IS 33 (13.28% from 255) = 17.65%

R = 74.87%
G = 7.49%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.45

RGB Variations

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

Color information

#8C0E21 (or 0x8C0E21) is known color: Carmine. HEX triplet: 8C, 0E and 21. RGB value is (140,14,33). Sum of RGB (Red+Green+Blue) = 140+14+33=187 (24% of max value = 765). Red value is 140 (55.08% from 255 or 74.87% from 187); Green value is 14 (5.86% from 255 or 7.49% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0E21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0E21 is #73F1DE. Grayscale: #353535. Windows color (decimal): -7598559 or 2166412. OLE color: 2166412.

HSL color Cylindrical-coordinate representation of color #8C0E21: hue angle of 350.95º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C0E21 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 14 33 -
CMYK 0 0.90 0.76 0.45
HSL 350.95º 0.82% 0.3% -
HSV(B) 350.95º 0.9% 0.55% -
XYZ 11.25 6 2 -
YUV 53.84 116.24 189.46 -
System Red Green Blue C M Y K H S L
Decimal 140 14 33 0 0.90 0.76 0.45 350.95 0.82 0.3
Hex 8C E 21 0 5A 4C 2D 15F 52 1E
Octal 214 16 41 0 132 114 55 537 122 36
Binary 10001100 1110 100001 0 1011010 1001100 101101 101011111 1010010 11110

Color Harmonies of #8C0E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0E21

Black with #8C0E21

Text Example


Text Example

White with #8C0E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,14,33); }

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

background-color css

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

 a { background-color: rgb(140,14,33); }

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

border-color css

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

 span { border-color: rgb(140,14,33); }

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