Html Css Color HEX #8F2E3A Bright Red

📋 copy color: '#8F2E3A'

red 143 ◦ green 46 ◦ blue 58

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

Shades of Bright Red #8F2E3A

Tints of Bright Red #8F2E3A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.62%

 BLUE value IS 58 (23.05% from 255) = 23.48%

R = 57.89%
G = 18.62%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.44

RGB Variations

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

Color information

#8F2E3A (or 0x8F2E3A) is known color: Bright Red. HEX triplet: 8F, 2E and 3A. RGB value is (143,46,58). Sum of RGB (Red+Green+Blue) = 143+46+58=247 (32% of max value = 765). Red value is 143 (56.25% from 255 or 57.89% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2E3A is #70D1C5. Grayscale: #4C4C4C. Windows color (decimal): -7393734 or 3813007. OLE color: 3813007.

HSL color Cylindrical-coordinate representation of color #8F2E3A: hue angle of 352.58º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F2E3A is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 46 58 -
CMYK 0 0.68 0.59 0.44
HSL 352.58º 0.51% 0.37% -
HSV(B) 352.58º 0.68% 0.56% -
XYZ 13.07 8.1 4.88 -
YUV 76.37 117.64 175.52 -
System Red Green Blue C M Y K H S L
Decimal 143 46 58 0 0.68 0.59 0.44 352.58 0.51 0.37
Hex 8F 2E 3A 0 44 3B 2C 161 33 25
Octal 217 56 72 0 104 73 54 541 63 45
Binary 10001111 101110 111010 0 1000100 111011 101100 101100001 110011 100101

Color Harmonies of #8F2E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2E3A

Black with #8F2E3A

Text Example


Text Example

White with #8F2E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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