Html Css Color HEX #8C0715 Carmine

📋 copy color: '#8C0715'

red 140 ◦ green 7 ◦ blue 21

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

Shades of Carmine #8C0715

Tints of Carmine #8C0715

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.17%

 BLUE value IS 21 (8.59% from 255) = 12.5%

R = 83.33%
G = 4.17%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#8C0715 (or 0x8C0715) is known color: Carmine. HEX triplet: 8C, 07 and 15. RGB value is (140,7,21). Sum of RGB (Red+Green+Blue) = 140+7+21=168 (22% of max value = 765). Red value is 140 (55.08% from 255 or 83.33% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0715 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0715 is #73F8EA. Grayscale: #303030. Windows color (decimal): -7600363 or 1378188. OLE color: 1378188.

HSL color Cylindrical-coordinate representation of color #8C0715: hue angle of 353.68º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0715 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 7 21 -
CMYK 0 0.95 0.85 0.45
HSL 353.68º 0.9% 0.29% -
HSV(B) 353.68º 0.95% 0.55% -
XYZ 11.03 5.78 1.24 -
YUV 48.36 112.56 193.36 -
System Red Green Blue C M Y K H S L
Decimal 140 7 21 0 0.95 0.85 0.45 353.68 0.9 0.29
Hex 8C 7 15 0 5F 55 2D 162 5A 1D
Octal 214 7 25 0 137 125 55 542 132 35
Binary 10001100 111 10101 0 1011111 1010101 101101 101100010 1011010 11101

Color Harmonies of #8C0715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0715

Black with #8C0715

Text Example


Text Example

White with #8C0715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,7,21); }

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

background-color css

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

 a { background-color: rgb(140,7,21); }

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

border-color css

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

 span { border-color: rgb(140,7,21); }

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