Html Css Color HEX #8E252D Bright Red

📋 copy color: '#8E252D'

red 142 ◦ green 37 ◦ blue 45

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

Shades of Bright Red #8E252D

Tints of Bright Red #8E252D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.52%

 BLUE value IS 45 (17.97% from 255) = 20.09%

R = 63.39%
G = 16.52%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#8E252D (or 0x8E252D) is known color: Bright Red. HEX triplet: 8E, 25 and 2D. RGB value is (142,37,45). Sum of RGB (Red+Green+Blue) = 142+37+45=224 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.39% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 142 - color contains mainly: red. Hex color #8E252D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E252D is #71DAD2. Grayscale: #454545. Windows color (decimal): -7461587 or 2958734. OLE color: 2958734.

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

Color convert

RGB 142 37 45 -
CMYK 0 0.74 0.68 0.44
HSL 355.43º 0.59% 0.35% -
HSV(B) 355.43º 0.74% 0.56% -
XYZ 12.29 7.26 3.24 -
YUV 69.31 114.29 179.85 -
System Red Green Blue C M Y K H S L
Decimal 142 37 45 0 0.74 0.68 0.44 355.43 0.59 0.35
Hex 8E 25 2D 0 4A 44 2C 163 3B 23
Octal 216 45 55 0 112 104 54 543 73 43
Binary 10001110 100101 101101 0 1001010 1000100 101100 101100011 111011 100011

Color Harmonies of #8E252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E252D

Black with #8E252D

Text Example


Text Example

White with #8E252D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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