Html Css Color HEX #9E0D1E Carmine

📋 copy color: '#9E0D1E'

red 158 ◦ green 13 ◦ blue 30

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

Shades of Carmine #9E0D1E

Tints of Carmine #9E0D1E

RGB

 RED value IS 158 (62.11% from 255) = 78.61%

 GREEN value IS 13 (5.47% from 255) = 6.47%

 BLUE value IS 30 (12.11% from 255) = 14.93%

R = 78.61%
G = 6.47%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9E0D1E (or 0x9E0D1E) is known color: Carmine. HEX triplet: 9E, 0D and 1E. RGB value is (158,13,30). Sum of RGB (Red+Green+Blue) = 158+13+30=201 (26% of max value = 765). Red value is 158 (62.11% from 255 or 78.61% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0D1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0D1E is #61F2E1. Grayscale: #3A3A3A. Windows color (decimal): -6419170 or 1969566. OLE color: 1969566.

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

Color convert

RGB 158 13 30 -
CMYK 0 0.92 0.81 0.38
HSL 352.97º 0.85% 0.34% -
HSV(B) 352.97º 0.92% 0.62% -
XYZ 14.48 7.65 1.94 -
YUV 58.29 112.04 199.12 -
System Red Green Blue C M Y K H S L
Decimal 158 13 30 0 0.92 0.81 0.38 352.97 0.85 0.34
Hex 9E D 1E 0 5C 51 26 161 55 22
Octal 236 15 36 0 134 121 46 541 125 42
Binary 10011110 1101 11110 0 1011100 1010001 100110 101100001 1010101 100010

Color Harmonies of #9E0D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0D1E

Black with #9E0D1E

Text Example


Text Example

White with #9E0D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,13,30); }

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

background-color css

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

 a { background-color: rgb(158,13,30); }

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

border-color css

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

 span { border-color: rgb(158,13,30); }

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