#D63349

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

Shades of Brick Red #D63349

Tints of Brick Red #D63349

Color information

#D63349 (or 0xD63349) is unknown color: approx Brick Red. HEX triplet: D6, 33 and 49. RGB value is (214,51,73). Sum of RGB (Red+Green+Blue) = 214+51+73=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D63349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63349 is #29CCB6. Grayscale: #666666. Windows color (decimal): -2739383 or 4797398. OLE color: 4797398.

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

Color convert

RGB2145173-
CMYK00.760.660.16
HSL351.9º66.53%51.96%-
HSV(B)351.9º76.17%83.92%-
XYZ30.1217.148.03-
YUV102.24111.5207.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 63.31%
GREEN value IS 51 (20.31% from 255) = 15.09%
BLUE value IS 73 (28.91% from 255) = 21.60%
R=63.31%
G=15.09%
B=21.60%

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
Decimal214517300.760.660.16351.966.5351.96
HexD6334904C42101604334
Octal3266311101141022054010364
Binary110101101100111001001010011001000010100001011000001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63349; }

 p { color: rgb(214,51,73); }

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

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

 a { background-color: rgb(214,51,73); }

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

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

 span { border-color: rgb(214,51,73); }

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