Html Css Color HEX #9F1426 Carmine

📋 copy color: '#9F1426'

red 159 ◦ green 20 ◦ blue 38

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

Shades of Carmine #9F1426

Tints of Carmine #9F1426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.22%

 BLUE value IS 38 (15.23% from 255) = 17.51%

R = 73.27%
G = 9.22%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.38

RGB Variations

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

Color information

#9F1426 (or 0x9F1426) is known color: Carmine. HEX triplet: 9F, 14 and 26. RGB value is (159,20,38). Sum of RGB (Red+Green+Blue) = 159+20+38=217 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.27% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1426 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1426 is #60EBD9. Grayscale: #3F3F3F. Windows color (decimal): -6351834 or 2495647. OLE color: 2495647.

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

Color convert

RGB 159 20 38 -
CMYK 0 0.87 0.76 0.38
HSL 352.23º 0.78% 0.35% -
HSV(B) 352.23º 0.87% 0.62% -
XYZ 14.9 8.01 2.59 -
YUV 63.61 113.55 196.04 -
System Red Green Blue C M Y K H S L
Decimal 159 20 38 0 0.87 0.76 0.38 352.23 0.78 0.35
Hex 9F 14 26 0 57 4C 26 160 4E 23
Octal 237 24 46 0 127 114 46 540 116 43
Binary 10011111 10100 100110 0 1010111 1001100 100110 101100000 1001110 100011

Color Harmonies of #9F1426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1426

Black with #9F1426

Text Example


Text Example

White with #9F1426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,20,38); }

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

background-color css

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

 a { background-color: rgb(159,20,38); }

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

border-color css

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

 span { border-color: rgb(159,20,38); }

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