#D0364C

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

Shades of Brick Red #D0364C

Tints of Brick Red #D0364C

Color information

#D0364C (or 0xD0364C) is unknown color: approx Brick Red. HEX triplet: D0, 36 and 4C. RGB value is (208,54,76). Sum of RGB (Red+Green+Blue) = 208+54+76=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D0364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0364C is #2FC9B3. Grayscale: #666666. Windows color (decimal): -3131828 or 4994768. OLE color: 4994768.

HSL color Cylindrical-coordinate representation of color #D0364C: hue angle of 351.43º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0364C is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB2085476-
CMYK00.740.630.18
HSL351.43º62.1%51.37%-
HSV(B)351.43º74.04%81.57%-
XYZ28.6416.578.53-
YUV102.55113.02203.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 61.54%
GREEN value IS 54 (21.48% from 255) = 15.98%
BLUE value IS 76 (30.08% from 255) = 22.49%
R=61.54%
G=15.98%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208547600.740.630.18351.4362.151.37
HexD0364C04A3F1215f3e33
Octal32066114011277225377663
Binary1101000011011010011000100101011111110010101011111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0364C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0364C; }

 p { color: rgb(208,54,76); }

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

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

 a { background-color: rgb(208,54,76); }

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

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

 span { border-color: rgb(208,54,76); }

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