Html Css Color HEX #8C1021 Carmine

📋 copy color: '#8C1021'

red 140 ◦ green 16 ◦ blue 33

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

Shades of Carmine #8C1021

Tints of Carmine #8C1021

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.47%

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

R = 74.07%
G = 8.47%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.45

RGB Variations

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

Color information

#8C1021 (or 0x8C1021) is known color: Carmine. HEX triplet: 8C, 10 and 21. RGB value is (140,16,33). Sum of RGB (Red+Green+Blue) = 140+16+33=189 (25% of max value = 765). Red value is 140 (55.08% from 255 or 74.07% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1021 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1021 is #73EFDE. Grayscale: #373737. Windows color (decimal): -7598047 or 2166924. OLE color: 2166924.

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

Color convert

RGB 140 16 33 -
CMYK 0 0.89 0.76 0.45
HSL 351.77º 0.79% 0.31% -
HSV(B) 351.77º 0.89% 0.55% -
XYZ 11.28 6.06 2.01 -
YUV 55.01 115.58 188.62 -
System Red Green Blue C M Y K H S L
Decimal 140 16 33 0 0.89 0.76 0.45 351.77 0.79 0.31
Hex 8C 10 21 0 59 4C 2D 160 4F 1F
Octal 214 20 41 0 131 114 55 540 117 37
Binary 10001100 10000 100001 0 1011001 1001100 101101 101100000 1001111 11111

Color Harmonies of #8C1021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1021

Black with #8C1021

Text Example


Text Example

White with #8C1021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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