#9E0214

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

Shades of Carmine #9E0214

Tints of Carmine #9E0214

Color information

#9E0214 (or 0x9E0214) is unknown color: approx Carmine. HEX triplet: 9E, 02 and 14. RGB value is (158,2,20). Sum of RGB (Red+Green+Blue) = 158+2+20=180 (23% of max value = 765). Red value is 158 (62.11% from 255 or 87.78% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0214 is #61FDEB. Grayscale: #323232. Windows color (decimal): -6421996 or 1311390. OLE color: 1311390.

HSL color Cylindrical-coordinate representation of color #9E0214: hue angle of 353.08º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E0214 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB158220-
CMYK00.990.870.38
HSL353.08º97.5%31.37%-
HSV(B)353.08º98.73%61.96%-
XYZ14.257.361.33-
YUV50.7110.68204.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 87.78%
GREEN value IS 2 (1.17% from 255) = 1.11%
BLUE value IS 20 (8.20% from 255) = 11.11%
R=87.78%
G=1.11%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15822000.990.870.38353.0897.531.37
Hex9E2140635726161621f
Octal23622401431274654114237
Binary100111101010100011000111010111100110101100001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E0214; }

 p { color: rgb(158,2,20); }

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

<style>
 a { background-color: #9E0214; }

 a { background-color: rgb(158,2,20); }

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

<style>
 span { border-color: #9E0214; }

 span { border-color: rgb(158,2,20); }

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