Html Css Color HEX #8F021A Carmine

📋 copy color: '#8F021A'

red 143 ◦ green 2 ◦ blue 26

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

Shades of Carmine #8F021A

Tints of Carmine #8F021A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.2%

R = 83.63%
G = 1.17%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8F021A (or 0x8F021A) is known color: Carmine. HEX triplet: 8F, 02 and 1A. RGB value is (143,2,26). Sum of RGB (Red+Green+Blue) = 143+2+26=171 (22% of max value = 765). Red value is 143 (56.25% from 255 or 83.63% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 143 - color contains mainly: red. Hex color #8F021A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F021A is #70FDE5. Grayscale: #2E2E2E. Windows color (decimal): -7405030 or 1704591. OLE color: 1704591.

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

Color convert

RGB 143 2 26 -
CMYK 0 0.99 0.82 0.44
HSL 349.79º 0.97% 0.28% -
HSV(B) 349.79º 0.99% 0.56% -
XYZ 11.54 5.96 1.52 -
YUV 46.9 116.21 196.55 -
System Red Green Blue C M Y K H S L
Decimal 143 2 26 0 0.99 0.82 0.44 349.79 0.97 0.28
Hex 8F 2 1A 0 63 52 2C 15E 61 1C
Octal 217 2 32 0 143 122 54 536 141 34
Binary 10001111 10 11010 0 1100011 1010010 101100 101011110 1100001 11100

Color Harmonies of #8F021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F021A

Black with #8F021A

Text Example


Text Example

White with #8F021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,2,26); }

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

background-color css

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

 a { background-color: rgb(143,2,26); }

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

border-color css

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

 span { border-color: rgb(143,2,26); }

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