#D63447

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

Shades of Brick Red #D63447

Tints of Brick Red #D63447

Color information

#D63447 (or 0xD63447) is unknown color: approx Brick Red. HEX triplet: D6, 34 and 47. RGB value is (214,52,71). Sum of RGB (Red+Green+Blue) = 214+52+71=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D63447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63447 is #29CBB8. Grayscale: #666666. Windows color (decimal): -2739129 or 4666582. OLE color: 4666582.

HSL color Cylindrical-coordinate representation of color #D63447: hue angle of 352.96º 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 #D63447 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB2145271-
CMYK00.760.670.16
HSL352.96º66.39%52.16%-
HSV(B)352.96º75.7%83.92%-
XYZ30.117.217.7-
YUV102.6110.17207.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 63.50%
GREEN value IS 52 (20.70% from 255) = 15.43%
BLUE value IS 71 (28.12% from 255) = 21.07%
R=63.50%
G=15.43%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214527100.760.670.16352.9666.3952.16
HexD6344704C43101614234
Octal3266410701141032054110264
Binary110101101101001000111010011001000011100001011000011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63447; }

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

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

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

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

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

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

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

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