#D02D4C

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

Shades of Brick Red #D02D4C

Tints of Brick Red #D02D4C

Color information

#D02D4C (or 0xD02D4C) is unknown color: approx Brick Red. HEX triplet: D0, 2D and 4C. RGB value is (208,45,76). Sum of RGB (Red+Green+Blue) = 208+45+76=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02D4C is #2FD2B3. Grayscale: #616161. Windows color (decimal): -3134132 or 4992464. OLE color: 4992464.

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

Color convert

RGB2084576-
CMYK00.780.630.18
HSL348.59º64.43%49.61%-
HSV(B)348.59º78.37%81.57%-
XYZ28.2615.818.4-
YUV97.27116206.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 63.22%
GREEN value IS 45 (17.97% from 255) = 13.68%
BLUE value IS 76 (30.08% from 255) = 23.10%
R=63.22%
G=13.68%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208457600.780.630.18348.5964.4349.61
HexD02D4C04E3F1215d4032
Octal320551140116772253510062
Binary11010000101101100110001001110111111100101010111011000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02D4C; }

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

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

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

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

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

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

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

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