Html Css Color HEX #8F041D Carmine

📋 copy color: '#8F041D'

red 143 ◦ green 4 ◦ blue 29

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

Shades of Carmine #8F041D

Tints of Carmine #8F041D

RGB

 RED value IS 143 (56.25% from 255) = 81.25%

 GREEN value IS 4 (1.95% from 255) = 2.27%

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

R = 81.25%
G = 2.27%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#8F041D (or 0x8F041D) is known color: Carmine. HEX triplet: 8F, 04 and 1D. RGB value is (143,4,29). Sum of RGB (Red+Green+Blue) = 143+4+29=176 (23% of max value = 765). Red value is 143 (56.25% from 255 or 81.25% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 143 - color contains mainly: red. Hex color #8F041D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F041D is #70FBE2. Grayscale: #303030. Windows color (decimal): -7404515 or 1901711. OLE color: 1901711.

HSL color Cylindrical-coordinate representation of color #8F041D: hue angle of 349.21º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F041D is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 4 29 -
CMYK 0 0.97 0.80 0.44
HSL 349.21º 0.95% 0.29% -
HSV(B) 349.21º 0.97% 0.56% -
XYZ 11.59 6.02 1.71 -
YUV 48.41 117.05 195.47 -
System Red Green Blue C M Y K H S L
Decimal 143 4 29 0 0.97 0.80 0.44 349.21 0.95 0.29
Hex 8F 4 1D 0 61 50 2C 15D 5F 1D
Octal 217 4 35 0 141 120 54 535 137 35
Binary 10001111 100 11101 0 1100001 1010000 101100 101011101 1011111 11101

Color Harmonies of #8F041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F041D

Black with #8F041D

Text Example


Text Example

White with #8F041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F041D; }

 p { color: rgb(143,4,29); }

 H1.HeaderClassName
 {
   color: #8F041D;
 }
 .AnyTagClassName
 {
   color: #8F041D;
 }
</style>

background-color css

<style>
 a { background-color: #8F041D; }

 a { background-color: rgb(143,4,29); }

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

border-color css

<style>
 span { border-color: #8F041D; }

 span { border-color: rgb(143,4,29); }

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