Html Css Color HEX #8C0117 Carmine

📋 copy color: '#8C0117'

red 140 ◦ green 1 ◦ blue 23

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

Shades of Carmine #8C0117

Tints of Carmine #8C0117

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

 BLUE value IS 23 (9.38% from 255) = 14.02%

R = 85.37%
G = 0.61%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8C0117 (or 0x8C0117) is known color: Carmine. HEX triplet: 8C, 01 and 17. RGB value is (140,1,23). Sum of RGB (Red+Green+Blue) = 140+1+23=164 (21% of max value = 765). Red value is 140 (55.08% from 255 or 85.37% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0117 is #73FEE8. Grayscale: #2D2D2D. Windows color (decimal): -7601897 or 1507724. OLE color: 1507724.

HSL color Cylindrical-coordinate representation of color #8C0117: hue angle of 350.5º degrees, saturation: 0.99, 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 #8C0117 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 1 23 -
CMYK 0 0.99 0.84 0.45
HSL 350.5º 0.99% 0.28% -
HSV(B) 350.5º 0.99% 0.55% -
XYZ 10.98 5.66 1.32 -
YUV 45.07 115.55 195.71 -
System Red Green Blue C M Y K H S L
Decimal 140 1 23 0 0.99 0.84 0.45 350.5 0.99 0.28
Hex 8C 1 17 0 63 54 2D 15F 63 1C
Octal 214 1 27 0 143 124 55 537 143 34
Binary 10001100 1 10111 0 1100011 1010100 101101 101011111 1100011 11100

Color Harmonies of #8C0117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0117

Black with #8C0117

Text Example


Text Example

White with #8C0117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,1,23); }

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

background-color css

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

 a { background-color: rgb(140,1,23); }

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

border-color css

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

 span { border-color: rgb(140,1,23); }

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