Html Css Color HEX #8F1419 Carmine

📋 copy color: '#8F1419'

red 143 ◦ green 20 ◦ blue 25

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

Shades of Carmine #8F1419

Tints of Carmine #8F1419

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.64%

 BLUE value IS 25 (10.16% from 255) = 13.3%

R = 76.06%
G = 10.64%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#8F1419 (or 0x8F1419) is known color: Carmine. HEX triplet: 8F, 14 and 19. RGB value is (143,20,25). Sum of RGB (Red+Green+Blue) = 143+20+25=188 (24% of max value = 765). Red value is 143 (56.25% from 255 or 76.06% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1419 is #70EBE6. Grayscale: #393939. Windows color (decimal): -7400423 or 1643663. OLE color: 1643663.

HSL color Cylindrical-coordinate representation of color #8F1419: hue angle of 357.56º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F1419 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 20 25 -
CMYK 0 0.86 0.83 0.44
HSL 357.56º 0.75% 0.32% -
HSV(B) 357.56º 0.86% 0.56% -
XYZ 11.75 6.41 1.54 -
YUV 57.35 109.75 189.09 -
System Red Green Blue C M Y K H S L
Decimal 143 20 25 0 0.86 0.83 0.44 357.56 0.75 0.32
Hex 8F 14 19 0 56 53 2C 166 4B 20
Octal 217 24 31 0 126 123 54 546 113 40
Binary 10001111 10100 11001 0 1010110 1010011 101100 101100110 1001011 100000

Color Harmonies of #8F1419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1419

Black with #8F1419

Text Example


Text Example

White with #8F1419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,20,25); }

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

background-color css

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

 a { background-color: rgb(143,20,25); }

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

border-color css

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

 span { border-color: rgb(143,20,25); }

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