#D03645

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

Shades of Brick Red #D03645

Tints of Brick Red #D03645

Color information

#D03645 (or 0xD03645) is unknown color: approx Brick Red. HEX triplet: D0, 36 and 45. RGB value is (208,54,69). Sum of RGB (Red+Green+Blue) = 208+54+69=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D03645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03645 is #2FC9BA. Grayscale: #656565. Windows color (decimal): -3131835 or 4536016. OLE color: 4536016.

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

Color convert

RGB2085469-
CMYK00.740.670.18
HSL354.16º62.1%51.37%-
HSV(B)354.16º74.04%81.57%-
XYZ28.4116.487.31-
YUV101.76109.52203.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 62.84%
GREEN value IS 54 (21.48% from 255) = 16.31%
BLUE value IS 69 (27.34% from 255) = 20.85%
R=62.84%
G=16.31%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208546900.740.670.18354.1662.151.37
HexD0364504A43121623e33
Octal320661050112103225427663
Binary11010000110110100010101001010100001110010101100010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03645; }

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

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

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

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

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

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

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

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