Html Css Color HEX #9D1417 Carmine

📋 copy color: '#9D1417'

red 157 ◦ green 20 ◦ blue 23

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

Shades of Carmine #9D1417

Tints of Carmine #9D1417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10%

 BLUE value IS 23 (9.38% from 255) = 11.5%

R = 78.5%
G = 10%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9D1417 (or 0x9D1417) is known color: Carmine. HEX triplet: 9D, 14 and 17. RGB value is (157,20,23). Sum of RGB (Red+Green+Blue) = 157+20+23=200 (26% of max value = 765). Red value is 157 (61.72% from 255 or 78.5% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1417 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D1417 is #62EBE8. Grayscale: #3D3D3D. Windows color (decimal): -6482921 or 1512605. OLE color: 1512605.

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

Color convert

RGB 157 20 23 -
CMYK 0 0.87 0.85 0.38
HSL 358.69º 0.77% 0.35% -
HSV(B) 358.69º 0.87% 0.62% -
XYZ 14.31 7.73 1.55 -
YUV 61.31 106.39 196.26 -
System Red Green Blue C M Y K H S L
Decimal 157 20 23 0 0.87 0.85 0.38 358.69 0.77 0.35
Hex 9D 14 17 0 57 55 26 167 4D 23
Octal 235 24 27 0 127 125 46 547 115 43
Binary 10011101 10100 10111 0 1010111 1010101 100110 101100111 1001101 100011

Color Harmonies of #9D1417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1417

Black with #9D1417

Text Example


Text Example

White with #9D1417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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