Html Css Color HEX #9F021D Carmine

📋 copy color: '#9F021D'

red 159 ◦ green 2 ◦ blue 29

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

Shades of Carmine #9F021D

Tints of Carmine #9F021D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.05%

 BLUE value IS 29 (11.72% from 255) = 15.26%

R = 83.68%
G = 1.05%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9F021D (or 0x9F021D) is known color: Carmine. HEX triplet: 9F, 02 and 1D. RGB value is (159,2,29). Sum of RGB (Red+Green+Blue) = 159+2+29=190 (25% of max value = 765). Red value is 159 (62.5% from 255 or 83.68% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 159 - color contains mainly: red. Hex color #9F021D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F021D is #60FDE2. Grayscale: #343434. Windows color (decimal): -6356451 or 1901215. OLE color: 1901215.

HSL color Cylindrical-coordinate representation of color #9F021D: hue angle of 349.68º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F021D is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 2 29 -
CMYK 0 0.99 0.82 0.38
HSL 349.68º 0.98% 0.32% -
HSV(B) 349.68º 0.99% 0.62% -
XYZ 14.54 7.5 1.84 -
YUV 52.02 115.01 204.3 -
System Red Green Blue C M Y K H S L
Decimal 159 2 29 0 0.99 0.82 0.38 349.68 0.98 0.32
Hex 9F 2 1D 0 63 52 26 15E 62 20
Octal 237 2 35 0 143 122 46 536 142 40
Binary 10011111 10 11101 0 1100011 1010010 100110 101011110 1100010 100000

Color Harmonies of #9F021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F021D

Black with #9F021D

Text Example


Text Example

White with #9F021D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,2,29); }

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

background-color css

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

 a { background-color: rgb(159,2,29); }

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

border-color css

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

 span { border-color: rgb(159,2,29); }

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