Html Css Color HEX #8E2D35 Bright Red

📋 copy color: '#8E2D35'

red 142 ◦ green 45 ◦ blue 53

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

Shades of Bright Red #8E2D35

Tints of Bright Red #8E2D35

RGB

 RED value IS 142 (55.86% from 255) = 59.17%

 GREEN value IS 45 (17.97% from 255) = 18.75%

 BLUE value IS 53 (21.09% from 255) = 22.08%

R = 59.17%
G = 18.75%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#8E2D35 (or 0x8E2D35) is known color: Bright Red. HEX triplet: 8E, 2D and 35. RGB value is (142,45,53). Sum of RGB (Red+Green+Blue) = 142+45+53=240 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.17% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2D35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2D35 is #71D2CA. Grayscale: #4A4A4A. Windows color (decimal): -7459531 or 3485070. OLE color: 3485070.

HSL color Cylindrical-coordinate representation of color #8E2D35: hue angle of 355.05º degrees, saturation: 0.52, 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 #8E2D35 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 45 53 -
CMYK 0 0.68 0.63 0.44
HSL 355.05º 0.52% 0.37% -
HSV(B) 355.05º 0.68% 0.56% -
XYZ 12.74 7.88 4.22 -
YUV 74.92 115.64 175.85 -
System Red Green Blue C M Y K H S L
Decimal 142 45 53 0 0.68 0.63 0.44 355.05 0.52 0.37
Hex 8E 2D 35 0 44 3F 2C 163 34 25
Octal 216 55 65 0 104 77 54 543 64 45
Binary 10001110 101101 110101 0 1000100 111111 101100 101100011 110100 100101

Color Harmonies of #8E2D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2D35

Black with #8E2D35

Text Example


Text Example

White with #8E2D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,45,53); }

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

background-color css

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

 a { background-color: rgb(142,45,53); }

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

border-color css

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

 span { border-color: rgb(142,45,53); }

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