Html Css Color HEX #980021 Carmine

📋 copy color: '#980021'

red 152 ◦ green 0 ◦ blue 33

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

Shades of Carmine #980021

Tints of Carmine #980021

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 33 (13.28% from 255) = 17.84%

R = 82.16%
G = 0%
B = 17.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#980021 (or 0x980021) is known color: Carmine. HEX triplet: 98, 00 and 21. RGB value is (152,0,33). Sum of RGB (Red+Green+Blue) = 152+0+33=185 (24% of max value = 765). Red value is 152 (59.77% from 255 or 82.16% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 152 - color contains mainly: red. Hex color #980021 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980021 is #67FFDE. Grayscale: #313131. Windows color (decimal): -6815711 or 2162840. OLE color: 2162840.

HSL color Cylindrical-coordinate representation of color #980021: hue angle of 346.97º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #980021 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 0 33 -
CMYK 0 1 0.78 0.40
HSL 346.97º 1% 0.3% -
HSV(B) 346.97º 1% 0.6% -
XYZ 13.22 6.79 2.05 -
YUV 49.21 118.86 201.32 -
System Red Green Blue C M Y K H S L
Decimal 152 0 33 0 1 0.78 0.40 346.97 1 0.3
Hex 98 0 21 0 64 4E 28 15B 64 1E
Octal 230 0 41 0 144 116 50 533 144 36
Binary 10011000 0 100001 0 1100100 1001110 101000 101011011 1100100 11110

Color Harmonies of #980021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980021

Black with #980021

Text Example


Text Example

White with #980021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980021; }

 p { color: rgb(152,0,33); }

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

background-color css

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

 a { background-color: rgb(152,0,33); }

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

border-color css

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

 span { border-color: rgb(152,0,33); }

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