#980214

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

Shades of Carmine #980214

Tints of Carmine #980214

Color information

#980214 (or 0x980214) is unknown color: approx Carmine. HEX triplet: 98, 02 and 14. RGB value is (152,2,20). Sum of RGB (Red+Green+Blue) = 152+2+20=174 (23% of max value = 765). Red value is 152 (59.77% from 255 or 87.36% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 152 - color contains mainly: red. Hex color #980214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980214 is #67FDEB. Grayscale: #303030. Windows color (decimal): -6815212 or 1311384. OLE color: 1311384.

HSL color Cylindrical-coordinate representation of color #980214: hue angle of 352.8º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980214 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB152220-
CMYK00.990.870.40
HSL352.8º97.4%30.2%-
HSV(B)352.8º98.68%59.61%-
XYZ13.16.771.28-
YUV48.9111.7201.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 87.36%
GREEN value IS 2 (1.17% from 255) = 1.15%
BLUE value IS 20 (8.20% from 255) = 11.49%
R=87.36%
G=1.15%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15222000.990.870.40352.897.430.2
Hex982140635728161611e
Octal23022401431275054114136
Binary100110001010100011000111010111101000101100001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980214; }

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

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

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

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

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

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

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

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