Html Css Color HEX #980223 Carmine

📋 copy color: '#980223'

red 152 ◦ green 2 ◦ blue 35

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

Shades of Carmine #980223

Tints of Carmine #980223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 18.52%

R = 80.42%
G = 1.06%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.40

RGB Variations

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

Color information

#980223 (or 0x980223) is known color: Carmine. HEX triplet: 98, 02 and 23. RGB value is (152,2,35). Sum of RGB (Red+Green+Blue) = 152+2+35=189 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80.42% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 35 (14.06% from 255 or 18.52% from 189); Max value from RGB is 152 - color contains mainly: red. Hex color #980223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980223 is #67FDDC. Grayscale: #323232. Windows color (decimal): -6815197 or 2294424. OLE color: 2294424.

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

Color convert

RGB 152 2 35 -
CMYK 0 0.99 0.77 0.40
HSL 346.8º 0.97% 0.3% -
HSV(B) 346.8º 0.99% 0.6% -
XYZ 13.27 6.84 2.21 -
YUV 50.61 119.2 200.32 -
System Red Green Blue C M Y K H S L
Decimal 152 2 35 0 0.99 0.77 0.40 346.8 0.97 0.3
Hex 98 2 23 0 63 4D 28 15B 61 1E
Octal 230 2 43 0 143 115 50 533 141 36
Binary 10011000 10 100011 0 1100011 1001101 101000 101011011 1100001 11110

Color Harmonies of #980223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980223

Black with #980223

Text Example


Text Example

White with #980223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980223; }

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

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

background-color css

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

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

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

border-color css

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

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

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