Html Css Color HEX #9E0323 Carmine

📋 copy color: '#9E0323'

red 158 ◦ green 3 ◦ blue 35

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

Shades of Carmine #9E0323

Tints of Carmine #9E0323

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.53%

 BLUE value IS 35 (14.06% from 255) = 17.86%

R = 80.61%
G = 1.53%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9E0323 (or 0x9E0323) is known color: Carmine. HEX triplet: 9E, 03 and 23. RGB value is (158,3,35). Sum of RGB (Red+Green+Blue) = 158+3+35=196 (25% of max value = 765). Red value is 158 (62.11% from 255 or 80.61% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0323 is #61FCDC. Grayscale: #353535. Windows color (decimal): -6421725 or 2294686. OLE color: 2294686.

HSL color Cylindrical-coordinate representation of color #9E0323: hue angle of 347.61º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E0323 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 3 35 -
CMYK 0 0.98 0.78 0.38
HSL 347.61º 0.96% 0.32% -
HSV(B) 347.61º 0.98% 0.62% -
XYZ 14.44 7.46 2.27 -
YUV 52.99 117.85 202.9 -
System Red Green Blue C M Y K H S L
Decimal 158 3 35 0 0.98 0.78 0.38 347.61 0.96 0.32
Hex 9E 3 23 0 62 4E 26 15C 60 20
Octal 236 3 43 0 142 116 46 534 140 40
Binary 10011110 11 100011 0 1100010 1001110 100110 101011100 1100000 100000

Color Harmonies of #9E0323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0323

Black with #9E0323

Text Example


Text Example

White with #9E0323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,3,35); }

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

background-color css

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

 a { background-color: rgb(158,3,35); }

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

border-color css

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

 span { border-color: rgb(158,3,35); }

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