#D52D44

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

Shades of Brick Red #D52D44

Tints of Brick Red #D52D44

Color information

#D52D44 (or 0xD52D44) is unknown color: approx Brick Red. HEX triplet: D5, 2D and 44. RGB value is (213,45,68). Sum of RGB (Red+Green+Blue) = 213+45+68=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52D44 is #2AD2BB. Grayscale: #616161. Windows color (decimal): -2806460 or 4468181. OLE color: 4468181.

HSL color Cylindrical-coordinate representation of color #D52D44: hue angle of 351.79º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52D44 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB2134568-
CMYK00.790.680.16
HSL351.79º66.67%50.59%-
HSV(B)351.79º78.87%83.53%-
XYZ29.4216.447.09-
YUV97.85111.16210.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 65.34%
GREEN value IS 45 (17.97% from 255) = 13.80%
BLUE value IS 68 (26.95% from 255) = 20.86%
R=65.34%
G=13.80%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213456800.790.680.16351.7966.6750.59
HexD52D4404F44101604333
Octal3255510401171042054010363
Binary110101011011011000100010011111000100100001011000001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52D44; }

 p { color: rgb(213,45,68); }

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

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

 a { background-color: rgb(213,45,68); }

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

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

 span { border-color: rgb(213,45,68); }

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