Html Css Color HEX #980213 Carmine

📋 copy color: '#980213'

red 152 ◦ green 2 ◦ blue 19

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

Shades of Carmine #980213

Tints of Carmine #980213

RGB

 RED value IS 152 (59.77% from 255) = 87.86%

 GREEN value IS 2 (1.17% from 255) = 1.16%

 BLUE value IS 19 (7.81% from 255) = 10.98%

R = 87.86%
G = 1.16%
B = 10.98%

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

#980213 (or 0x980213) is known color: Carmine. HEX triplet: 98, 02 and 13. RGB value is (152,2,19). Sum of RGB (Red+Green+Blue) = 152+2+19=173 (22% of max value = 765). Red value is 152 (59.77% from 255 or 87.86% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 152 - color contains mainly: red. Hex color #980213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980213 is #67FDEC. Grayscale: #303030. Windows color (decimal): -6815213 or 1245848. OLE color: 1245848.

HSL color Cylindrical-coordinate representation of color #980213: hue angle of 353.2º 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 #980213 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 2 19 -
CMYK 0 0.99 0.87 0.40
HSL 353.2º 0.97% 0.3% -
HSV(B) 353.2º 0.99% 0.6% -
XYZ 13.09 6.77 1.23 -
YUV 48.79 111.2 201.62 -
System Red Green Blue C M Y K H S L
Decimal 152 2 19 0 0.99 0.87 0.40 353.2 0.97 0.3
Hex 98 2 13 0 63 57 28 161 61 1E
Octal 230 2 23 0 143 127 50 541 141 36
Binary 10011000 10 10011 0 1100011 1010111 101000 101100001 1100001 11110

Color Harmonies of #980213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980213

Black with #980213

Text Example


Text Example

White with #980213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980213; }

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

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

background-color css

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

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

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

border-color css

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

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

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