#D33648

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

Shades of Brick Red #D33648

Tints of Brick Red #D33648

Color information

#D33648 (or 0xD33648) is unknown color: approx Brick Red. HEX triplet: D3, 36 and 48. RGB value is (211,54,72). Sum of RGB (Red+Green+Blue) = 211+54+72=337 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.61% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 211 - color contains mainly: red. Hex color #D33648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33648 is #2CC9B7. Grayscale: #676767. Windows color (decimal): -2935224 or 4732627. OLE color: 4732627.

HSL color Cylindrical-coordinate representation of color #D33648: hue angle of 353.12º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D33648 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB2115472-
CMYK00.740.660.17
HSL353.12º64.08%51.96%-
HSV(B)353.12º74.41%82.75%-
XYZ29.3516.967.86-
YUV102.99110.51205.04-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 62.61%
GREEN value IS 54 (21.48% from 255) = 16.02%
BLUE value IS 72 (28.52% from 255) = 21.36%
R=62.61%
G=16.02%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211547200.740.660.17353.1264.0851.96
HexD3364804A42111614034
Octal3236611001121022154110064
Binary110100111101101001000010010101000010100011011000011000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33648; }

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

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

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

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

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

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

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

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