Html Css Color HEX #991223 Carmine

📋 copy color: '#991223'

red 153 ◦ green 18 ◦ blue 35

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

Shades of Carmine #991223

Tints of Carmine #991223

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.74%

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

R = 74.27%
G = 8.74%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.4

RGB Variations

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

Color information

#991223 (or 0x991223) is known color: Carmine. HEX triplet: 99, 12 and 23. RGB value is (153,18,35). Sum of RGB (Red+Green+Blue) = 153+18+35=206 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.27% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 35 (14.06% from 255 or 16.99% from 206); Max value from RGB is 153 - color contains mainly: red. Hex color #991223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991223 is #66EDDC. Grayscale: #3C3C3C. Windows color (decimal): -6745565 or 2298521. OLE color: 2298521.

HSL color Cylindrical-coordinate representation of color #991223: hue angle of 352.44º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991223 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 18 35 -
CMYK 0 0.88 0.77 0.4
HSL 352.44º 0.79% 0.34% -
HSV(B) 352.44º 0.88% 0.6% -
XYZ 13.66 7.33 2.28 -
YUV 60.3 113.73 194.12 -
System Red Green Blue C M Y K H S L
Decimal 153 18 35 0 0.88 0.77 0.4 352.44 0.79 0.34
Hex 99 12 23 0 58 4D 28 160 4F 22
Octal 231 22 43 0 130 115 50 540 117 42
Binary 10011001 10010 100011 0 1011000 1001101 101000 101100000 1001111 100010

Color Harmonies of #991223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991223

Black with #991223

Text Example


Text Example

White with #991223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991223; }

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

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

background-color css

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

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

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

border-color css

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

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

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