Html Css Color HEX #990223 Carmine

📋 copy color: '#990223'

red 153 ◦ green 2 ◦ blue 35

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

Shades of Carmine #990223

Tints of Carmine #990223

RGB

 RED value IS 153 (60.16% from 255) = 80.53%

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

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

R = 80.53%
G = 1.05%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.4

RGB Variations

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

Color information

#990223 (or 0x990223) is known color: Carmine. HEX triplet: 99, 02 and 23. RGB value is (153,2,35). Sum of RGB (Red+Green+Blue) = 153+2+35=190 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.53% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 35 (14.06% from 255 or 18.42% from 190); Max value from RGB is 153 - color contains mainly: red. Hex color #990223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990223 is #66FDDC. Grayscale: #323232. Windows color (decimal): -6749661 or 2294425. OLE color: 2294425.

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

Color convert

RGB 153 2 35 -
CMYK 0 0.99 0.77 0.4
HSL 346.89º 0.97% 0.3% -
HSV(B) 346.89º 0.99% 0.6% -
XYZ 13.46 6.94 2.22 -
YUV 50.91 119.03 200.82 -
System Red Green Blue C M Y K H S L
Decimal 153 2 35 0 0.99 0.77 0.4 346.89 0.97 0.3
Hex 99 2 23 0 63 4D 28 15B 61 1E
Octal 231 2 43 0 143 115 50 533 141 36
Binary 10011001 10 100011 0 1100011 1001101 101000 101011011 1100001 11110

Color Harmonies of #990223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990223

Black with #990223

Text Example


Text Example

White with #990223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990223; }

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

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

background-color css

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

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

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

border-color css

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

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

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