Html Css Color HEX #8F1104 Dark Red

📋 copy color: '#8F1104'

red 143 ◦ green 17 ◦ blue 4

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

Shades of Dark Red #8F1104

Tints of Dark Red #8F1104

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.37%

 BLUE value IS 4 (1.95% from 255) = 2.44%

R = 87.2%
G = 10.37%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#8F1104 (or 0x8F1104) is known color: Dark Red. HEX triplet: 8F, 11 and 04. RGB value is (143,17,4). Sum of RGB (Red+Green+Blue) = 143+17+4=164 (21% of max value = 765). Red value is 143 (56.25% from 255 or 87.20% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1104 is #70EEFB. Grayscale: #353535. Windows color (decimal): -7401212 or 266639. OLE color: 266639.

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

Color convert

RGB 143 17 4 -
CMYK 0 0.88 0.97 0.44
HSL 5.61º 0.95% 0.29% -
HSV(B) 5.61º 0.97% 0.56% -
XYZ 11.55 6.25 0.71 -
YUV 53.19 100.24 192.06 -
System Red Green Blue C M Y K H S L
Decimal 143 17 4 0 0.88 0.97 0.44 5.61 0.95 0.29
Hex 8F 11 4 0 58 61 2C 6 5F 1D
Octal 217 21 4 0 130 141 54 6 137 35
Binary 10001111 10001 100 0 1011000 1100001 101100 110 1011111 11101

Color Harmonies of #8F1104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1104

Black with #8F1104

Text Example


Text Example

White with #8F1104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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