#D42545

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

Shades of Brick Red #D42545

Tints of Brick Red #D42545

Color information

#D42545 (or 0xD42545) is unknown color: approx Brick Red. HEX triplet: D4, 25 and 45. RGB value is (212,37,69). Sum of RGB (Red+Green+Blue) = 212+37+69=318 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.67% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 212 - color contains mainly: red. Hex color #D42545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42545 is #2BDABA. Grayscale: #5D5D5D. Windows color (decimal): -2874043 or 4531668. OLE color: 4531668.

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

Color convert

RGB2123769-
CMYK00.830.670.17
HSL349.03º70.28%48.82%-
HSV(B)349.03º82.55%83.14%-
XYZ28.8915.757.15-
YUV92.97114.48212.9-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 66.67%
GREEN value IS 37 (14.84% from 255) = 11.64%
BLUE value IS 69 (27.34% from 255) = 21.70%
R=66.67%
G=11.64%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212376900.830.670.17349.0370.2848.82
HexD42545053431115d4631
Octal3244510501231032153510661
Binary110101001001011000101010100111000011100011010111011000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42545; }

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

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

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

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

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

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

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

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