#D43542

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

Shades of Brick Red #D43542

Tints of Brick Red #D43542

Color information

#D43542 (or 0xD43542) is unknown color: approx Brick Red. HEX triplet: D4, 35 and 42. RGB value is (212,53,66). Sum of RGB (Red+Green+Blue) = 212+53+66=331 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.05% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 212 - color contains mainly: red. Hex color #D43542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43542 is #2BCABD. Grayscale: #666666. Windows color (decimal): -2869950 or 4339156. OLE color: 4339156.

HSL color Cylindrical-coordinate representation of color #D43542: hue angle of 355.09º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D43542 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB2125366-
CMYK00.750.690.17
HSL355.09º64.9%51.96%-
HSV(B)355.09º75%83.14%-
XYZ29.4116.946.87-
YUV102.02107.68206.44-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 64.05%
GREEN value IS 53 (21.09% from 255) = 16.01%
BLUE value IS 66 (26.17% from 255) = 19.94%
R=64.05%
G=16.01%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212536600.750.690.17355.0964.951.96
HexD4354204B45111634134
Octal3246510201131052154310164
Binary110101001101011000010010010111000101100011011000111000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43542; }

 p { color: rgb(212,53,66); }

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

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

 a { background-color: rgb(212,53,66); }

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

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

 span { border-color: rgb(212,53,66); }

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