Html Css Color HEX #9E0C1C Carmine

📋 copy color: '#9E0C1C'

red 158 ◦ green 12 ◦ blue 28

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

Shades of Carmine #9E0C1C

Tints of Carmine #9E0C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.14%

R = 79.8%
G = 6.06%
B = 14.14%

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

#9E0C1C (or 0x9E0C1C) is known color: Carmine. HEX triplet: 9E, 0C and 1C. RGB value is (158,12,28). Sum of RGB (Red+Green+Blue) = 158+12+28=198 (26% of max value = 765). Red value is 158 (62.11% from 255 or 79.80% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0C1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0C1C is #61F3E3. Grayscale: #393939. Windows color (decimal): -6419428 or 1838238. OLE color: 1838238.

HSL color Cylindrical-coordinate representation of color #9E0C1C: hue angle of 353.42º 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 #9E0C1C is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 12 28 -
CMYK 0 0.92 0.82 0.38
HSL 353.42º 0.86% 0.33% -
HSV(B) 353.42º 0.92% 0.62% -
XYZ 14.44 7.62 1.81 -
YUV 57.48 111.37 199.7 -
System Red Green Blue C M Y K H S L
Decimal 158 12 28 0 0.92 0.82 0.38 353.42 0.86 0.33
Hex 9E C 1C 0 5C 52 26 161 56 21
Octal 236 14 34 0 134 122 46 541 126 41
Binary 10011110 1100 11100 0 1011100 1010010 100110 101100001 1010110 100001

Color Harmonies of #9E0C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0C1C

Black with #9E0C1C

Text Example


Text Example

White with #9E0C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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