Html Css Color HEX #980214 Carmine

📋 copy color: '#980214'

red 152 ◦ green 2 ◦ blue 20

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

Shades of Carmine #980214

Tints of Carmine #980214

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.2% from 255) = 11.49%

R = 87.36%
G = 1.15%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#980214 (or 0x980214) is known color: 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

RGB 152 2 20 -
CMYK 0 0.99 0.87 0.40
HSL 352.8º 0.97% 0.3% -
HSV(B) 352.8º 0.99% 0.6% -
XYZ 13.1 6.77 1.28 -
YUV 48.9 111.7 201.54 -
System Red Green Blue C M Y K H S L
Decimal 152 2 20 0 0.99 0.87 0.40 352.8 0.97 0.3
Hex 98 2 14 0 63 57 28 161 61 1E
Octal 230 2 24 0 143 127 50 541 141 36
Binary 10011000 10 10100 0 1100011 1010111 101000 101100001 1100001 11110

Color Harmonies of #980214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980214

Black with #980214

Text Example


Text Example

White with #980214

Text Example


Text Example

HTML Codes & Css Web 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>