Html Css Color HEX #9F0E24 Carmine

📋 copy color: '#9F0E24'

red 159 ◦ green 14 ◦ blue 36

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

Shades of Carmine #9F0E24

Tints of Carmine #9F0E24

RGB

 RED value IS 159 (62.5% from 255) = 76.08%

 GREEN value IS 14 (5.86% from 255) = 6.7%

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

R = 76.08%
G = 6.7%
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

#9F0E24 (or 0x9F0E24) is known color: Carmine. HEX triplet: 9F, 0E and 24. RGB value is (159,14,36). Sum of RGB (Red+Green+Blue) = 159+14+36=209 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.08% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 36 (14.45% from 255 or 17.22% from 209); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0E24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0E24 is #60F1DB. Grayscale: #3B3B3B. Windows color (decimal): -6353372 or 2363039. OLE color: 2363039.

HSL color Cylindrical-coordinate representation of color #9F0E24: hue angle of 350.9º degrees, saturation: 0.84, 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 #9F0E24 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 14 36 -
CMYK 0 0.91 0.77 0.38
HSL 350.9º 0.84% 0.34% -
HSV(B) 350.9º 0.91% 0.62% -
XYZ 14.77 7.81 2.4 -
YUV 59.86 114.54 198.71 -
System Red Green Blue C M Y K H S L
Decimal 159 14 36 0 0.91 0.77 0.38 350.9 0.84 0.34
Hex 9F E 24 0 5B 4D 26 15F 54 22
Octal 237 16 44 0 133 115 46 537 124 42
Binary 10011111 1110 100100 0 1011011 1001101 100110 101011111 1010100 100010

Color Harmonies of #9F0E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0E24

Black with #9F0E24

Text Example


Text Example

White with #9F0E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,14,36); }

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

background-color css

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

 a { background-color: rgb(159,14,36); }

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

border-color css

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

 span { border-color: rgb(159,14,36); }

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