Html Css Color HEX #8F1017 Carmine

📋 copy color: '#8F1017'

red 143 ◦ green 16 ◦ blue 23

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

Shades of Carmine #8F1017

Tints of Carmine #8F1017

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.79%

 BLUE value IS 23 (9.38% from 255) = 12.64%

R = 78.57%
G = 8.79%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.44

RGB Variations

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

Color information

#8F1017 (or 0x8F1017) is known color: Carmine. HEX triplet: 8F, 10 and 17. RGB value is (143,16,23). Sum of RGB (Red+Green+Blue) = 143+16+23=182 (24% of max value = 765). Red value is 143 (56.25% from 255 or 78.57% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1017 is #70EFE8. Grayscale: #363636. Windows color (decimal): -7401449 or 1511567. OLE color: 1511567.

HSL color Cylindrical-coordinate representation of color #8F1017: hue angle of 356.69º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F1017 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 16 23 -
CMYK 0 0.89 0.84 0.44
HSL 356.69º 0.8% 0.31% -
HSV(B) 356.69º 0.89% 0.56% -
XYZ 11.67 6.27 1.41 -
YUV 54.77 110.08 190.93 -
System Red Green Blue C M Y K H S L
Decimal 143 16 23 0 0.89 0.84 0.44 356.69 0.8 0.31
Hex 8F 10 17 0 59 54 2C 165 50 1F
Octal 217 20 27 0 131 124 54 545 120 37
Binary 10001111 10000 10111 0 1011001 1010100 101100 101100101 1010000 11111

Color Harmonies of #8F1017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1017

Black with #8F1017

Text Example


Text Example

White with #8F1017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,16,23); }

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

background-color css

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

 a { background-color: rgb(143,16,23); }

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

border-color css

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

 span { border-color: rgb(143,16,23); }

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