Html Css Color HEX #9F0E22 Carmine

📋 copy color: '#9F0E22'

red 159 ◦ green 14 ◦ blue 34

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

Shades of Carmine #9F0E22

Tints of Carmine #9F0E22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.43%

R = 76.81%
G = 6.76%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.38

RGB Variations

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

Color information

#9F0E22 (or 0x9F0E22) is known color: Carmine. HEX triplet: 9F, 0E and 22. RGB value is (159,14,34). Sum of RGB (Red+Green+Blue) = 159+14+34=207 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.81% from 207); Green value is 14 (5.86% from 255 or 6.76% from 207); Blue value is 34 (13.67% from 255 or 16.43% from 207); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0E22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0E22 is #60F1DD. Grayscale: #3B3B3B. Windows color (decimal): -6353374 or 2231967. OLE color: 2231967.

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

Color convert

RGB 159 14 34 -
CMYK 0 0.91 0.79 0.38
HSL 351.72º 0.84% 0.34% -
HSV(B) 351.72º 0.91% 0.62% -
XYZ 14.74 7.8 2.24 -
YUV 59.64 113.54 198.87 -
System Red Green Blue C M Y K H S L
Decimal 159 14 34 0 0.91 0.79 0.38 351.72 0.84 0.34
Hex 9F E 22 0 5B 4F 26 160 54 22
Octal 237 16 42 0 133 117 46 540 124 42
Binary 10011111 1110 100010 0 1011011 1001111 100110 101100000 1010100 100010

Color Harmonies of #9F0E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0E22

Black with #9F0E22

Text Example


Text Example

White with #9F0E22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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