#D63546

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

Shades of Brick Red #D63546

Tints of Brick Red #D63546

Color information

#D63546 (or 0xD63546) is unknown color: approx Brick Red. HEX triplet: D6, 35 and 46. RGB value is (214,53,70). Sum of RGB (Red+Green+Blue) = 214+53+70=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D63546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63546 is #29CAB9. Grayscale: #676767. Windows color (decimal): -2738874 or 4601302. OLE color: 4601302.

HSL color Cylindrical-coordinate representation of color #D63546: hue angle of 353.66º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63546 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB2145370-
CMYK00.750.670.16
HSL353.66º66.26%52.35%-
HSV(B)353.66º75.23%83.92%-
XYZ30.1117.287.54-
YUV103.08109.34207.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 63.50%
GREEN value IS 53 (21.09% from 255) = 15.73%
BLUE value IS 70 (27.73% from 255) = 20.77%
R=63.50%
G=15.73%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214537000.750.670.16353.6666.2652.35
HexD6354604B43101624234
Octal3266510601131032054210264
Binary110101101101011000110010010111000011100001011000101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63546; }

 p { color: rgb(214,53,70); }

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

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

 a { background-color: rgb(214,53,70); }

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

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

 span { border-color: rgb(214,53,70); }

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