Html Css Color HEX #980217 Carmine

📋 copy color: '#980217'

red 152 ◦ green 2 ◦ blue 23

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

Shades of Carmine #980217

Tints of Carmine #980217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.99%

R = 85.88%
G = 1.13%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.40

RGB Variations

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

Color information

#980217 (or 0x980217) is known color: Carmine. HEX triplet: 98, 02 and 17. RGB value is (152,2,23). Sum of RGB (Red+Green+Blue) = 152+2+23=177 (23% of max value = 765). Red value is 152 (59.77% from 255 or 85.88% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 23 (9.38% from 255 or 12.99% from 177); Max value from RGB is 152 - color contains mainly: red. Hex color #980217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980217 is #67FDE8. Grayscale: #313131. Windows color (decimal): -6815209 or 1507992. OLE color: 1507992.

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

Color convert

RGB 152 2 23 -
CMYK 0 0.99 0.85 0.40
HSL 351.6º 0.97% 0.3% -
HSV(B) 351.6º 0.99% 0.6% -
XYZ 13.13 6.78 1.43 -
YUV 49.24 113.2 201.29 -
System Red Green Blue C M Y K H S L
Decimal 152 2 23 0 0.99 0.85 0.40 351.6 0.97 0.3
Hex 98 2 17 0 63 55 28 160 61 1E
Octal 230 2 27 0 143 125 50 540 141 36
Binary 10011000 10 10111 0 1100011 1010101 101000 101100000 1100001 11110

Color Harmonies of #980217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980217

Black with #980217

Text Example


Text Example

White with #980217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980217; }

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

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

background-color css

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

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

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

border-color css

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

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

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