Html Css Color HEX #8F051E Carmine

📋 copy color: '#8F051E'

red 143 ◦ green 5 ◦ blue 30

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

Shades of Carmine #8F051E

Tints of Carmine #8F051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.81%

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

R = 80.34%
G = 2.81%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#8F051E (or 0x8F051E) is known color: Carmine. HEX triplet: 8F, 05 and 1E. RGB value is (143,5,30). Sum of RGB (Red+Green+Blue) = 143+5+30=178 (23% of max value = 765). Red value is 143 (56.25% from 255 or 80.34% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 143 - color contains mainly: red. Hex color #8F051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F051E is #70FAE1. Grayscale: #313131. Windows color (decimal): -7404258 or 1967503. OLE color: 1967503.

HSL color Cylindrical-coordinate representation of color #8F051E: hue angle of 349.13º degrees, saturation: 0.93, 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 #8F051E is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 5 30 -
CMYK 0 0.97 0.79 0.44
HSL 349.13º 0.93% 0.29% -
HSV(B) 349.13º 0.97% 0.56% -
XYZ 11.62 6.04 1.78 -
YUV 49.11 117.22 194.97 -
System Red Green Blue C M Y K H S L
Decimal 143 5 30 0 0.97 0.79 0.44 349.13 0.93 0.29
Hex 8F 5 1E 0 61 4F 2C 15D 5D 1D
Octal 217 5 36 0 141 117 54 535 135 35
Binary 10001111 101 11110 0 1100001 1001111 101100 101011101 1011101 11101

Color Harmonies of #8F051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F051E

Black with #8F051E

Text Example


Text Example

White with #8F051E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,5,30); }

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

background-color css

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

 a { background-color: rgb(143,5,30); }

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

border-color css

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

 span { border-color: rgb(143,5,30); }

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