Html Css Color HEX #8F0424 Carmine

📋 copy color: '#8F0424'

red 143 ◦ green 4 ◦ blue 36

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

Shades of Carmine #8F0424

Tints of Carmine #8F0424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 19.67%

R = 78.14%
G = 2.19%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#8F0424 (or 0x8F0424) is known color: Carmine. HEX triplet: 8F, 04 and 24. RGB value is (143,4,36). Sum of RGB (Red+Green+Blue) = 143+4+36=183 (24% of max value = 765). Red value is 143 (56.25% from 255 or 78.14% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 36 (14.45% from 255 or 19.67% from 183); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0424 is #70FBDB. Grayscale: #313131. Windows color (decimal): -7404508 or 2360463. OLE color: 2360463.

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

Color convert

RGB 143 4 36 -
CMYK 0 0.97 0.75 0.44
HSL 346.19º 0.95% 0.29% -
HSV(B) 346.19º 0.97% 0.56% -
XYZ 11.69 6.05 2.22 -
YUV 49.21 120.55 194.9 -
System Red Green Blue C M Y K H S L
Decimal 143 4 36 0 0.97 0.75 0.44 346.19 0.95 0.29
Hex 8F 4 24 0 61 4B 2C 15A 5F 1D
Octal 217 4 44 0 141 113 54 532 137 35
Binary 10001111 100 100100 0 1100001 1001011 101100 101011010 1011111 11101

Color Harmonies of #8F0424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0424

Black with #8F0424

Text Example


Text Example

White with #8F0424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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