#D63448

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

Shades of Brick Red #D63448

Tints of Brick Red #D63448

Color information

#D63448 (or 0xD63448) is unknown color: approx Brick Red. HEX triplet: D6, 34 and 48. RGB value is (214,52,72). Sum of RGB (Red+Green+Blue) = 214+52+72=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D63448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63448 is #29CBB7. Grayscale: #666666. Windows color (decimal): -2739128 or 4732118. OLE color: 4732118.

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

Color convert

RGB2145272-
CMYK00.760.660.16
HSL352.59º66.39%52.16%-
HSV(B)352.59º75.7%83.92%-
XYZ30.1317.227.87-
YUV102.72110.67207.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 63.31%
GREEN value IS 52 (20.70% from 255) = 15.38%
BLUE value IS 72 (28.52% from 255) = 21.30%
R=63.31%
G=15.38%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214527200.760.660.16352.5966.3952.16
HexD6344804C42101614234
Octal3266411001141022054110264
Binary110101101101001001000010011001000010100001011000011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63448; }

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

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

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

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

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

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

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

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