Html Css Color HEX #980211 Carmine

📋 copy color: '#980211'

red 152 ◦ green 2 ◦ blue 17

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

Shades of Carmine #980211

Tints of Carmine #980211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.94%

R = 88.89%
G = 1.17%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#980211 (or 0x980211) is known color: Carmine. HEX triplet: 98, 02 and 11. RGB value is (152,2,17). Sum of RGB (Red+Green+Blue) = 152+2+17=171 (22% of max value = 765). Red value is 152 (59.77% from 255 or 88.89% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 152 - color contains mainly: red. Hex color #980211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980211 is #67FDEE. Grayscale: #303030. Windows color (decimal): -6815215 or 1114776. OLE color: 1114776.

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

Color convert

RGB 152 2 17 -
CMYK 0 0.99 0.89 0.40
HSL 354º 0.97% 0.3% -
HSV(B) 354º 0.99% 0.6% -
XYZ 13.07 6.76 1.15 -
YUV 48.56 110.2 201.78 -
System Red Green Blue C M Y K H S L
Decimal 152 2 17 0 0.99 0.89 0.40 354 0.97 0.3
Hex 98 2 11 0 63 59 28 162 61 1E
Octal 230 2 21 0 143 131 50 542 141 36
Binary 10011000 10 10001 0 1100011 1011001 101000 101100010 1100001 11110

Color Harmonies of #980211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980211

Black with #980211

Text Example


Text Example

White with #980211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980211; }

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

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

background-color css

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

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

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

border-color css

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

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

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