#D42E45

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

Shades of Brick Red #D42E45

Tints of Brick Red #D42E45

Color information

#D42E45 (or 0xD42E45) is unknown color: approx Brick Red. HEX triplet: D4, 2E and 45. RGB value is (212,46,69). Sum of RGB (Red+Green+Blue) = 212+46+69=327 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.83% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 212 - color contains mainly: red. Hex color #D42E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42E45 is #2BD1BA. Grayscale: #626262. Windows color (decimal): -2871739 or 4533972. OLE color: 4533972.

HSL color Cylindrical-coordinate representation of color #D42E45: hue angle of 351.69º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D42E45 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB2124669-
CMYK00.780.670.17
HSL351.69º65.87%50.59%-
HSV(B)351.69º78.3%83.14%-
XYZ29.216.387.25-
YUV98.26111.5209.13-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 64.83%
GREEN value IS 46 (18.36% from 255) = 14.07%
BLUE value IS 69 (27.34% from 255) = 21.10%
R=64.83%
G=14.07%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212466900.780.670.17351.6965.8750.59
HexD42E4504E43111604233
Octal3245610501161032154010263
Binary110101001011101000101010011101000011100011011000001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42E45; }

 p { color: rgb(212,46,69); }

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

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

 a { background-color: rgb(212,46,69); }

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

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

 span { border-color: rgb(212,46,69); }

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