Html Css Color HEX #9D1721 Carmine

📋 copy color: '#9D1721'

red 157 ◦ green 23 ◦ blue 33

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

Shades of Carmine #9D1721

Tints of Carmine #9D1721

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.8%

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

R = 73.71%
G = 10.8%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.38

RGB Variations

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

Color information

#9D1721 (or 0x9D1721) is known color: Carmine. HEX triplet: 9D, 17 and 21. RGB value is (157,23,33). Sum of RGB (Red+Green+Blue) = 157+23+33=213 (28% of max value = 765). Red value is 157 (61.72% from 255 or 73.71% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1721 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1721 is #62E8DE. Grayscale: #404040. Windows color (decimal): -6482143 or 2168733. OLE color: 2168733.

HSL color Cylindrical-coordinate representation of color #9D1721: hue angle of 355.52º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D1721 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 23 33 -
CMYK 0 0.85 0.79 0.38
HSL 355.52º 0.74% 0.35% -
HSV(B) 355.52º 0.85% 0.62% -
XYZ 14.49 7.89 2.2 -
YUV 64.21 110.39 194.19 -
System Red Green Blue C M Y K H S L
Decimal 157 23 33 0 0.85 0.79 0.38 355.52 0.74 0.35
Hex 9D 17 21 0 55 4F 26 164 4A 23
Octal 235 27 41 0 125 117 46 544 112 43
Binary 10011101 10111 100001 0 1010101 1001111 100110 101100100 1001010 100011

Color Harmonies of #9D1721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1721

Black with #9D1721

Text Example


Text Example

White with #9D1721

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,23,33); }

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

background-color css

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

 a { background-color: rgb(157,23,33); }

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

border-color css

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

 span { border-color: rgb(157,23,33); }

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