Html Css Color HEX #9F0E2F Carmine

📋 copy color: '#9F0E2F'

red 159 ◦ green 14 ◦ blue 47

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

Shades of Carmine #9F0E2F

Tints of Carmine #9F0E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.36%

R = 72.27%
G = 6.36%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#9F0E2F (or 0x9F0E2F) is known color: Carmine. HEX triplet: 9F, 0E and 2F. RGB value is (159,14,47). Sum of RGB (Red+Green+Blue) = 159+14+47=220 (29% of max value = 765). Red value is 159 (62.5% from 255 or 72.27% from 220); Green value is 14 (5.86% from 255 or 6.36% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0E2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0E2F is #60F1D0. Grayscale: #3D3D3D. Windows color (decimal): -6353361 or 3083935. OLE color: 3083935.

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

Color convert

RGB 159 14 47 -
CMYK 0 0.91 0.70 0.38
HSL 346.34º 0.84% 0.34% -
HSV(B) 346.34º 0.91% 0.62% -
XYZ 14.97 7.89 3.42 -
YUV 61.12 120.04 197.82 -
System Red Green Blue C M Y K H S L
Decimal 159 14 47 0 0.91 0.70 0.38 346.34 0.84 0.34
Hex 9F E 2F 0 5B 46 26 15A 54 22
Octal 237 16 57 0 133 106 46 532 124 42
Binary 10011111 1110 101111 0 1011011 1000110 100110 101011010 1010100 100010

Color Harmonies of #9F0E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0E2F

Black with #9F0E2F

Text Example


Text Example

White with #9F0E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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