Html Css Color HEX #8F1E02 Falu Red

📋 copy color: '#8F1E02'

red 143 ◦ green 30 ◦ blue 2

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

Shades of Falu Red #8F1E02

Tints of Falu Red #8F1E02

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.14%

 BLUE value IS 2 (1.17% from 255) = 1.14%

R = 81.71%
G = 17.14%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#8F1E02 (or 0x8F1E02) is known color: Falu Red. HEX triplet: 8F, 1E and 02. RGB value is (143,30,2). Sum of RGB (Red+Green+Blue) = 143+30+2=175 (23% of max value = 765). Red value is 143 (56.25% from 255 or 81.71% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F1E02 is #70E1FD. Grayscale: #3C3C3C. Windows color (decimal): -7397886 or 138895. OLE color: 138895.

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

Color convert

RGB 143 30 2 -
CMYK 0 0.79 0.99 0.44
HSL 11.91º 0.97% 0.28% -
HSV(B) 11.91º 0.99% 0.56% -
XYZ 11.8 6.77 0.74 -
YUV 60.6 94.94 186.78 -
System Red Green Blue C M Y K H S L
Decimal 143 30 2 0 0.79 0.99 0.44 11.91 0.97 0.28
Hex 8F 1E 2 0 4F 63 2C C 61 1C
Octal 217 36 2 0 117 143 54 14 141 34
Binary 10001111 11110 10 0 1001111 1100011 101100 1100 1100001 11100

Color Harmonies of #8F1E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1E02

Black with #8F1E02

Text Example


Text Example

White with #8F1E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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