#D63D48

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

Shades of Brick Red #D63D48

Tints of Brick Red #D63D48

Color information

#D63D48 (or 0xD63D48) is unknown color: approx Brick Red. HEX triplet: D6, 3D and 48. RGB value is (214,61,72). Sum of RGB (Red+Green+Blue) = 214+61+72=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63D48 is #29C2B7. Grayscale: #6C6C6C. Windows color (decimal): -2736824 or 4734422. OLE color: 4734422.

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

Color convert

RGB2146172-
CMYK00.710.660.16
HSL355.69º65.11%53.92%-
HSV(B)355.69º71.5%83.92%-
XYZ30.5718.18.01-
YUV108107.69203.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 61.67%
GREEN value IS 61 (24.22% from 255) = 17.58%
BLUE value IS 72 (28.52% from 255) = 20.75%
R=61.67%
G=17.58%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214617200.710.660.16355.6965.1153.92
HexD63D4804742101644136
Octal3267511001071022054410166
Binary110101101111011001000010001111000010100001011001001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63D48; }

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

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

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

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

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

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

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

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