#8F0314

Color #8F0314 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #8F0314

Tints of Carmine #8F0314

Color information

#8F0314 (or 0x8F0314) is unknown color: approx Carmine. HEX triplet: 8F, 03 and 14. RGB value is (143,3,20). Sum of RGB (Red+Green+Blue) = 143+3+20=166 (21% of max value = 765). Red value is 143 (56.25% from 255 or 86.14% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0314 is #70FCEB. Grayscale: #2E2E2E. Windows color (decimal): -7404780 or 1311631. OLE color: 1311631.

HSL color Cylindrical-coordinate representation of color #8F0314: hue angle of 352.71º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F0314 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB143320-
CMYK00.980.860.44
HSL352.71º95.89%28.63%-
HSV(B)352.71º97.9%56.08%-
XYZ11.495.961.21-
YUV46.8112.88196.62-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 86.14%
GREEN value IS 3 (1.56% from 255) = 1.81%
BLUE value IS 20 (8.20% from 255) = 12.05%
R=86.14%
G=1.81%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14332000.980.860.44352.7195.8928.63
Hex8F314062562C161601d
Octal21732401421265454114035
Binary100011111110100011000101010110101100101100001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,3,20); }

 H1.HeaderClassName
 {
   color: #8F0314;
 }
 .AnyTagClassName
 {
   color: #8F0314;
 }
</style>
background-color css

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

 a { background-color: rgb(143,3,20); }

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

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

 span { border-color: rgb(143,3,20); }

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