Html Css Color HEX #980219 Carmine

📋 copy color: '#980219'

red 152 ◦ green 2 ◦ blue 25

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

Shades of Carmine #980219

Tints of Carmine #980219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.97%

R = 84.92%
G = 1.12%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#980219 (or 0x980219) is known color: Carmine. HEX triplet: 98, 02 and 19. RGB value is (152,2,25). Sum of RGB (Red+Green+Blue) = 152+2+25=179 (23% of max value = 765). Red value is 152 (59.77% from 255 or 84.92% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 25 (10.16% from 255 or 13.97% from 179); Max value from RGB is 152 - color contains mainly: red. Hex color #980219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980219 is #67FDE6. Grayscale: #313131. Windows color (decimal): -6815207 or 1639064. OLE color: 1639064.

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

Color convert

RGB 152 2 25 -
CMYK 0 0.99 0.84 0.40
HSL 350.8º 0.97% 0.3% -
HSV(B) 350.8º 0.99% 0.6% -
XYZ 13.15 6.79 1.54 -
YUV 49.47 114.2 201.13 -
System Red Green Blue C M Y K H S L
Decimal 152 2 25 0 0.99 0.84 0.40 350.8 0.97 0.3
Hex 98 2 19 0 63 54 28 15F 61 1E
Octal 230 2 31 0 143 124 50 537 141 36
Binary 10011000 10 11001 0 1100011 1010100 101000 101011111 1100001 11110

Color Harmonies of #980219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980219

Black with #980219

Text Example


Text Example

White with #980219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980219; }

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

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

background-color css

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

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

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

border-color css

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

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

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