Html Css Color HEX #9D001F Carmine

📋 copy color: '#9D001F'

red 157 ◦ green 0 ◦ blue 31

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

Shades of Carmine #9D001F

Tints of Carmine #9D001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.51%
G = 0%
B = 16.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9D001F (or 0x9D001F) is known color: Carmine. HEX triplet: 9D, 00 and 1F. RGB value is (157,0,31). Sum of RGB (Red+Green+Blue) = 157+0+31=188 (24% of max value = 765). Red value is 157 (61.72% from 255 or 83.51% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 157 - color contains mainly: red. Hex color #9D001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D001F is #62FFE0. Grayscale: #323232. Windows color (decimal): -6488033 or 2031773. OLE color: 2031773.

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

Color convert

RGB 157 0 31 -
CMYK 0 1 0.80 0.38
HSL 348.15º 1% 0.31% -
HSV(B) 348.15º 1% 0.62% -
XYZ 14.15 7.27 1.95 -
YUV 50.48 117.01 203.98 -
System Red Green Blue C M Y K H S L
Decimal 157 0 31 0 1 0.80 0.38 348.15 1 0.31
Hex 9D 0 1F 0 64 50 26 15C 64 1F
Octal 235 0 37 0 144 120 46 534 144 37
Binary 10011101 0 11111 0 1100100 1010000 100110 101011100 1100100 11111

Color Harmonies of #9D001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D001F

Black with #9D001F

Text Example


Text Example

White with #9D001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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