Html Css Color HEX #9D1124 Carmine

📋 copy color: '#9D1124'

red 157 ◦ green 17 ◦ blue 36

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

Shades of Carmine #9D1124

Tints of Carmine #9D1124

RGB

 RED value IS 157 (61.72% from 255) = 74.76%

 GREEN value IS 17 (7.03% from 255) = 8.1%

 BLUE value IS 36 (14.45% from 255) = 17.14%

R = 74.76%
G = 8.1%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#9D1124 (or 0x9D1124) is known color: Carmine. HEX triplet: 9D, 11 and 24. RGB value is (157,17,36). Sum of RGB (Red+Green+Blue) = 157+17+36=210 (27% of max value = 765). Red value is 157 (61.72% from 255 or 74.76% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 36 (14.45% from 255 or 17.14% from 210); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1124 is #62EEDB. Grayscale: #3D3D3D. Windows color (decimal): -6483676 or 2363805. OLE color: 2363805.

HSL color Cylindrical-coordinate representation of color #9D1124: hue angle of 351.86º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D1124 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 17 36 -
CMYK 0 0.89 0.77 0.38
HSL 351.86º 0.8% 0.34% -
HSV(B) 351.86º 0.89% 0.62% -
XYZ 14.42 7.7 2.39 -
YUV 61.03 113.88 196.46 -
System Red Green Blue C M Y K H S L
Decimal 157 17 36 0 0.89 0.77 0.38 351.86 0.8 0.34
Hex 9D 11 24 0 59 4D 26 160 50 22
Octal 235 21 44 0 131 115 46 540 120 42
Binary 10011101 10001 100100 0 1011001 1001101 100110 101100000 1010000 100010

Color Harmonies of #9D1124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1124

Black with #9D1124

Text Example


Text Example

White with #9D1124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D1124; }

 p { color: rgb(157,17,36); }

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

background-color css

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

 a { background-color: rgb(157,17,36); }

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

border-color css

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

 span { border-color: rgb(157,17,36); }

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