Html Css Color HEX #9F0E30 Carmine

📋 copy color: '#9F0E30'

red 159 ◦ green 14 ◦ blue 48

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

Shades of Carmine #9F0E30

Tints of Carmine #9F0E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 21.72%

R = 71.95%
G = 6.33%
B = 21.72%

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

#9F0E30 (or 0x9F0E30) is known color: Carmine. HEX triplet: 9F, 0E and 30. RGB value is (159,14,48). Sum of RGB (Red+Green+Blue) = 159+14+48=221 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.95% from 221); Green value is 14 (5.86% from 255 or 6.33% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0E30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0E30 is #60F1CF. Grayscale: #3D3D3D. Windows color (decimal): -6353360 or 3149471. OLE color: 3149471.

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

Color convert

RGB 159 14 48 -
CMYK 0 0.91 0.70 0.38
HSL 345.93º 0.84% 0.34% -
HSV(B) 345.93º 0.91% 0.62% -
XYZ 14.99 7.9 3.53 -
YUV 61.23 120.54 197.74 -
System Red Green Blue C M Y K H S L
Decimal 159 14 48 0 0.91 0.70 0.38 345.93 0.84 0.34
Hex 9F E 30 0 5B 46 26 15A 54 22
Octal 237 16 60 0 133 106 46 532 124 42
Binary 10011111 1110 110000 0 1011011 1000110 100110 101011010 1010100 100010

Color Harmonies of #9F0E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0E30

Black with #9F0E30

Text Example


Text Example

White with #9F0E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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