Html Css Color HEX #9D0119 Carmine

📋 copy color: '#9D0119'

red 157 ◦ green 1 ◦ blue 25

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

Shades of Carmine #9D0119

Tints of Carmine #9D0119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

 BLUE value IS 25 (10.16% from 255) = 13.66%

R = 85.79%
G = 0.55%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9D0119 (or 0x9D0119) is known color: Carmine. HEX triplet: 9D, 01 and 19. RGB value is (157,1,25). Sum of RGB (Red+Green+Blue) = 157+1+25=183 (24% of max value = 765). Red value is 157 (61.72% from 255 or 85.79% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0119 is #62FEE6. Grayscale: #323232. Windows color (decimal): -6487783 or 1638813. OLE color: 1638813.

HSL color Cylindrical-coordinate representation of color #9D0119: hue angle of 350.77º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D0119 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 1 25 -
CMYK 0 0.99 0.84 0.38
HSL 350.77º 0.99% 0.31% -
HSV(B) 350.77º 0.99% 0.62% -
XYZ 14.09 7.26 1.58 -
YUV 50.38 113.68 204.05 -
System Red Green Blue C M Y K H S L
Decimal 157 1 25 0 0.99 0.84 0.38 350.77 0.99 0.31
Hex 9D 1 19 0 63 54 26 15F 63 1F
Octal 235 1 31 0 143 124 46 537 143 37
Binary 10011101 1 11001 0 1100011 1010100 100110 101011111 1100011 11111

Color Harmonies of #9D0119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0119

Black with #9D0119

Text Example


Text Example

White with #9D0119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,1,25); }

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

background-color css

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

 a { background-color: rgb(157,1,25); }

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

border-color css

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

 span { border-color: rgb(157,1,25); }

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