Html Css Color HEX #9F081E Carmine

📋 copy color: '#9F081E'

red 159 ◦ green 8 ◦ blue 30

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

Shades of Carmine #9F081E

Tints of Carmine #9F081E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.23%

R = 80.71%
G = 4.06%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9F081E (or 0x9F081E) is known color: Carmine. HEX triplet: 9F, 08 and 1E. RGB value is (159,8,30). Sum of RGB (Red+Green+Blue) = 159+8+30=197 (26% of max value = 765). Red value is 159 (62.5% from 255 or 80.71% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 159 - color contains mainly: red. Hex color #9F081E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F081E is #60F7E1. Grayscale: #373737. Windows color (decimal): -6354914 or 1968287. OLE color: 1968287.

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

Color convert

RGB 159 8 30 -
CMYK 0 0.95 0.81 0.38
HSL 351.26º 0.9% 0.33% -
HSV(B) 351.26º 0.95% 0.62% -
XYZ 14.62 7.64 1.93 -
YUV 55.66 113.53 201.71 -
System Red Green Blue C M Y K H S L
Decimal 159 8 30 0 0.95 0.81 0.38 351.26 0.9 0.33
Hex 9F 8 1E 0 5F 51 26 15F 5A 21
Octal 237 10 36 0 137 121 46 537 132 41
Binary 10011111 1000 11110 0 1011111 1010001 100110 101011111 1011010 100001

Color Harmonies of #9F081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F081E

Black with #9F081E

Text Example


Text Example

White with #9F081E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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