Html Css Color HEX #9E0C1D Carmine

📋 copy color: '#9E0C1D'

red 158 ◦ green 12 ◦ blue 29

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

Shades of Carmine #9E0C1D

Tints of Carmine #9E0C1D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.03%

 BLUE value IS 29 (11.72% from 255) = 14.57%

R = 79.4%
G = 6.03%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9E0C1D (or 0x9E0C1D) is known color: Carmine. HEX triplet: 9E, 0C and 1D. RGB value is (158,12,29). Sum of RGB (Red+Green+Blue) = 158+12+29=199 (26% of max value = 765). Red value is 158 (62.11% from 255 or 79.40% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0C1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0C1D is #61F3E2. Grayscale: #393939. Windows color (decimal): -6419427 or 1903774. OLE color: 1903774.

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

Color convert

RGB 158 12 29 -
CMYK 0 0.92 0.82 0.38
HSL 353.01º 0.86% 0.33% -
HSV(B) 353.01º 0.92% 0.62% -
XYZ 14.45 7.62 1.87 -
YUV 57.59 111.87 199.62 -
System Red Green Blue C M Y K H S L
Decimal 158 12 29 0 0.92 0.82 0.38 353.01 0.86 0.33
Hex 9E C 1D 0 5C 52 26 161 56 21
Octal 236 14 35 0 134 122 46 541 126 41
Binary 10011110 1100 11101 0 1011100 1010010 100110 101100001 1010110 100001

Color Harmonies of #9E0C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0C1D

Black with #9E0C1D

Text Example


Text Example

White with #9E0C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,12,29); }

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

background-color css

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

 a { background-color: rgb(158,12,29); }

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

border-color css

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

 span { border-color: rgb(158,12,29); }

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