#8D2735

Color #8D2735 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #8D2735

Tints of Bright Red #8D2735

Color information

#8D2735 (or 0x8D2735) is unknown color: approx Bright Red. HEX triplet: 8D, 27 and 35. RGB value is (141,39,53). Sum of RGB (Red+Green+Blue) = 141+39+53=233 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.52% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2735 is #72D8CA. Grayscale: #474747. Windows color (decimal): -7526603 or 3483533. OLE color: 3483533.

HSL color Cylindrical-coordinate representation of color #8D2735: hue angle of 351.76º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D2735 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB1413953-
CMYK00.720.620.45
HSL351.76º56.67%35.29%-
HSV(B)351.76º72.34%55.29%-
XYZ12.357.374.14-
YUV71.09117.79177.86-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 60.52%
GREEN value IS 39 (15.62% from 255) = 16.74%
BLUE value IS 53 (21.09% from 255) = 22.75%
R=60.52%
G=16.74%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141395300.720.620.45351.7656.6735.29
Hex8D27350483E2D1603923
Octal2154765011076555407143
Binary1000110110011111010101001000111110101101101100000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,39,53); }

 H1.HeaderClassName
 {
   color: #8D2735;
 }
 .AnyTagClassName
 {
   color: #8D2735;
 }
</style>
background-color css

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

 a { background-color: rgb(141,39,53); }

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

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

 span { border-color: rgb(141,39,53); }

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