Html Css Color HEX #D52D45 Brick Red

📋 copy color: '#D52D45'

red 213 ◦ green 45 ◦ blue 69

#D52D45
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #D52D45

Tints of Brick Red #D52D45

RGB

 RED value IS 213 (83.59% from 255) = 65.14%

 GREEN value IS 45 (17.97% from 255) = 13.76%

 BLUE value IS 69 (27.34% from 255) = 21.1%

R = 65.14%
G = 13.76%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D52D45 (or 0xD52D45) is known color: Brick Red. HEX triplet: D5, 2D and 45. RGB value is (213,45,69). Sum of RGB (Red+Green+Blue) = 213+45+69=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52D45 is #2AD2BA. Grayscale: #626262. Windows color (decimal): -2806459 or 4533717. OLE color: 4533717.

HSL color Cylindrical-coordinate representation of color #D52D45: hue angle of 351.43º 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 #D52D45 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 45 69 -
CMYK 0 0.79 0.68 0.16
HSL 351.43º 0.67% 0.51% -
HSV(B) 351.43º 0.79% 0.84% -
XYZ 29.45 16.45 7.25 -
YUV 97.97 111.66 210.05 -
System Red Green Blue C M Y K H S L
Decimal 213 45 69 0 0.79 0.68 0.16 351.43 0.67 0.51
Hex D5 2D 45 0 4F 44 10 15F 43 33
Octal 325 55 105 0 117 104 20 537 103 63
Binary 11010101 101101 1000101 0 1001111 1000100 10000 101011111 1000011 110011

Color Harmonies of #D52D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52D45

Black with #D52D45

Text Example


Text Example

White with #D52D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52D45; }

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

 H1.HeaderClassName
 {
   color: #D52D45;
 }
 .AnyTagClassName
 {
   color: #D52D45;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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