Html Css Color HEX #9E0F24 Carmine

📋 copy color: '#9E0F24'

red 158 ◦ green 15 ◦ blue 36

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

Shades of Carmine #9E0F24

Tints of Carmine #9E0F24

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.18%

 BLUE value IS 36 (14.45% from 255) = 17.22%

R = 75.6%
G = 7.18%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#9E0F24 (or 0x9E0F24) is known color: Carmine. HEX triplet: 9E, 0F and 24. RGB value is (158,15,36). Sum of RGB (Red+Green+Blue) = 158+15+36=209 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.60% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 36 (14.45% from 255 or 17.22% from 209); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0F24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0F24 is #61F0DB. Grayscale: #3C3C3C. Windows color (decimal): -6418652 or 2363294. OLE color: 2363294.

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

Color convert

RGB 158 15 36 -
CMYK 0 0.91 0.77 0.38
HSL 351.19º 0.83% 0.34% -
HSV(B) 351.19º 0.91% 0.62% -
XYZ 14.59 7.74 2.39 -
YUV 60.15 114.38 197.79 -
System Red Green Blue C M Y K H S L
Decimal 158 15 36 0 0.91 0.77 0.38 351.19 0.83 0.34
Hex 9E F 24 0 5B 4D 26 15F 53 22
Octal 236 17 44 0 133 115 46 537 123 42
Binary 10011110 1111 100100 0 1011011 1001101 100110 101011111 1010011 100010

Color Harmonies of #9E0F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0F24

Black with #9E0F24

Text Example


Text Example

White with #9E0F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,15,36); }

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

background-color css

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

 a { background-color: rgb(158,15,36); }

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

border-color css

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

 span { border-color: rgb(158,15,36); }

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