Html Css Color HEX #9F0814 Carmine

📋 copy color: '#9F0814'

red 159 ◦ green 8 ◦ blue 20

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

Shades of Carmine #9F0814

Tints of Carmine #9F0814

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.28%

 BLUE value IS 20 (8.2% from 255) = 10.7%

R = 85.03%
G = 4.28%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9F0814 (or 0x9F0814) is known color: Carmine. HEX triplet: 9F, 08 and 14. RGB value is (159,8,20). Sum of RGB (Red+Green+Blue) = 159+8+20=187 (24% of max value = 765). Red value is 159 (62.5% from 255 or 85.03% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0814 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0814 is #60F7EB. Grayscale: #363636. Windows color (decimal): -6354924 or 1312927. OLE color: 1312927.

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

Color convert

RGB 159 8 20 -
CMYK 0 0.95 0.87 0.38
HSL 355.23º 0.9% 0.33% -
HSV(B) 355.23º 0.95% 0.62% -
XYZ 14.51 7.6 1.36 -
YUV 54.52 108.53 202.52 -
System Red Green Blue C M Y K H S L
Decimal 159 8 20 0 0.95 0.87 0.38 355.23 0.9 0.33
Hex 9F 8 14 0 5F 57 26 163 5A 21
Octal 237 10 24 0 137 127 46 543 132 41
Binary 10011111 1000 10100 0 1011111 1010111 100110 101100011 1011010 100001

Color Harmonies of #9F0814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0814

Black with #9F0814

Text Example


Text Example

White with #9F0814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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