#D63648

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

Shades of Brick Red #D63648

Tints of Brick Red #D63648

Color information

#D63648 (or 0xD63648) is unknown color: approx Brick Red. HEX triplet: D6, 36 and 48. RGB value is (214,54,72). Sum of RGB (Red+Green+Blue) = 214+54+72=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D63648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63648 is #29C9B7. Grayscale: #676767. Windows color (decimal): -2738616 or 4732630. OLE color: 4732630.

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

Color convert

RGB2145472-
CMYK00.750.660.16
HSL353.25º66.12%52.55%-
HSV(B)353.25º74.77%83.92%-
XYZ30.2217.47.9-
YUV103.89110.01206.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 62.94%
GREEN value IS 54 (21.48% from 255) = 15.88%
BLUE value IS 72 (28.52% from 255) = 21.18%
R=62.94%
G=15.88%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214547200.750.660.16353.2566.1252.55
HexD6364804B42101614235
Octal3266611001131022054110265
Binary110101101101101001000010010111000010100001011000011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63648; }

 p { color: rgb(214,54,72); }

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

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

 a { background-color: rgb(214,54,72); }

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

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

 span { border-color: rgb(214,54,72); }

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