Html Css Color HEX #8F031D Carmine

📋 copy color: '#8F031D'

red 143 ◦ green 3 ◦ blue 29

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

Shades of Carmine #8F031D

Tints of Carmine #8F031D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.71%

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

R = 81.71%
G = 1.71%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#8F031D (or 0x8F031D) is known color: Carmine. HEX triplet: 8F, 03 and 1D. RGB value is (143,3,29). Sum of RGB (Red+Green+Blue) = 143+3+29=175 (23% of max value = 765). Red value is 143 (56.25% from 255 or 81.71% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 143 - color contains mainly: red. Hex color #8F031D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F031D is #70FCE2. Grayscale: #2F2F2F. Windows color (decimal): -7404771 or 1901455. OLE color: 1901455.

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

Color convert

RGB 143 3 29 -
CMYK 0 0.98 0.80 0.44
HSL 348.86º 0.96% 0.29% -
HSV(B) 348.86º 0.98% 0.56% -
XYZ 11.58 5.99 1.71 -
YUV 47.82 117.38 195.89 -
System Red Green Blue C M Y K H S L
Decimal 143 3 29 0 0.98 0.80 0.44 348.86 0.96 0.29
Hex 8F 3 1D 0 62 50 2C 15D 60 1D
Octal 217 3 35 0 142 120 54 535 140 35
Binary 10001111 11 11101 0 1100010 1010000 101100 101011101 1100000 11101

Color Harmonies of #8F031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F031D

Black with #8F031D

Text Example


Text Example

White with #8F031D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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