Html Css Color HEX #8F1D2E Bright Red

📋 copy color: '#8F1D2E'

red 143 ◦ green 29 ◦ blue 46

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

Shades of Bright Red #8F1D2E

Tints of Bright Red #8F1D2E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.3%

 BLUE value IS 46 (18.36% from 255) = 21.1%

R = 65.6%
G = 13.3%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#8F1D2E (or 0x8F1D2E) is known color: Bright Red. HEX triplet: 8F, 1D and 2E. RGB value is (143,29,46). Sum of RGB (Red+Green+Blue) = 143+29+46=218 (28% of max value = 765). Red value is 143 (56.25% from 255 or 65.60% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F1D2E is #70E2D1. Grayscale: #414141. Windows color (decimal): -7398098 or 3022223. OLE color: 3022223.

HSL color Cylindrical-coordinate representation of color #8F1D2E: hue angle of 351.05º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F1D2E is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 29 46 -
CMYK 0 0.80 0.68 0.44
HSL 351.05º 0.66% 0.34% -
HSV(B) 351.05º 0.8% 0.56% -
XYZ 12.26 6.92 3.27 -
YUV 65.02 117.27 183.62 -
System Red Green Blue C M Y K H S L
Decimal 143 29 46 0 0.80 0.68 0.44 351.05 0.66 0.34
Hex 8F 1D 2E 0 50 44 2C 15F 42 22
Octal 217 35 56 0 120 104 54 537 102 42
Binary 10001111 11101 101110 0 1010000 1000100 101100 101011111 1000010 100010

Color Harmonies of #8F1D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1D2E

Black with #8F1D2E

Text Example


Text Example

White with #8F1D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,29,46); }

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

background-color css

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

 a { background-color: rgb(143,29,46); }

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

border-color css

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

 span { border-color: rgb(143,29,46); }

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