Html Css Color HEX #9D101F Carmine

📋 copy color: '#9D101F'

red 157 ◦ green 16 ◦ blue 31

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

Shades of Carmine #9D101F

Tints of Carmine #9D101F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.84%

 BLUE value IS 31 (12.5% from 255) = 15.2%

R = 76.96%
G = 7.84%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9D101F (or 0x9D101F) is known color: Carmine. HEX triplet: 9D, 10 and 1F. RGB value is (157,16,31). Sum of RGB (Red+Green+Blue) = 157+16+31=204 (27% of max value = 765). Red value is 157 (61.72% from 255 or 76.96% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 157 - color contains mainly: red. Hex color #9D101F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D101F is #62EFE0. Grayscale: #3B3B3B. Windows color (decimal): -6483937 or 2035869. OLE color: 2035869.

HSL color Cylindrical-coordinate representation of color #9D101F: hue angle of 353.62º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D101F is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 16 31 -
CMYK 0 0.90 0.80 0.38
HSL 353.62º 0.82% 0.34% -
HSV(B) 353.62º 0.9% 0.62% -
XYZ 14.34 7.64 2.01 -
YUV 59.87 111.71 197.28 -
System Red Green Blue C M Y K H S L
Decimal 157 16 31 0 0.90 0.80 0.38 353.62 0.82 0.34
Hex 9D 10 1F 0 5A 50 26 162 52 22
Octal 235 20 37 0 132 120 46 542 122 42
Binary 10011101 10000 11111 0 1011010 1010000 100110 101100010 1010010 100010

Color Harmonies of #9D101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D101F

Black with #9D101F

Text Example


Text Example

White with #9D101F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,16,31); }

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

background-color css

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

 a { background-color: rgb(157,16,31); }

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

border-color css

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

 span { border-color: rgb(157,16,31); }

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