Html Css Color HEX #980218 Carmine

📋 copy color: '#980218'

red 152 ◦ green 2 ◦ blue 24

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

Shades of Carmine #980218

Tints of Carmine #980218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.48%

R = 85.39%
G = 1.12%
B = 13.48%

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

#980218 (or 0x980218) is known color: Carmine. HEX triplet: 98, 02 and 18. RGB value is (152,2,24). Sum of RGB (Red+Green+Blue) = 152+2+24=178 (23% of max value = 765). Red value is 152 (59.77% from 255 or 85.39% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 152 - color contains mainly: red. Hex color #980218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980218 is #67FDE7. Grayscale: #313131. Windows color (decimal): -6815208 or 1573528. OLE color: 1573528.

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

Color convert

RGB 152 2 24 -
CMYK 0 0.99 0.84 0.40
HSL 351.2º 0.97% 0.3% -
HSV(B) 351.2º 0.99% 0.6% -
XYZ 13.14 6.78 1.48 -
YUV 49.36 113.7 201.21 -
System Red Green Blue C M Y K H S L
Decimal 152 2 24 0 0.99 0.84 0.40 351.2 0.97 0.3
Hex 98 2 18 0 63 54 28 15F 61 1E
Octal 230 2 30 0 143 124 50 537 141 36
Binary 10011000 10 11000 0 1100011 1010100 101000 101011111 1100001 11110

Color Harmonies of #980218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980218

Black with #980218

Text Example


Text Example

White with #980218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980218; }

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

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

background-color css

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

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

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

border-color css

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

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

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