Html Css Color HEX #D52D40 Brick Red

📋 copy color: '#D52D40'

red 213 ◦ green 45 ◦ blue 64

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

Shades of Brick Red #D52D40

Tints of Brick Red #D52D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.88%

R = 66.15%
G = 13.98%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D52D40 (or 0xD52D40) is known color: Brick Red. HEX triplet: D5, 2D and 40. RGB value is (213,45,64). Sum of RGB (Red+Green+Blue) = 213+45+64=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52D40 is #2AD2BF. Grayscale: #616161. Windows color (decimal): -2806464 or 4206037. OLE color: 4206037.

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

Color convert

RGB 213 45 64 -
CMYK 0 0.79 0.70 0.16
HSL 353.21º 0.67% 0.51% -
HSV(B) 353.21º 0.79% 0.84% -
XYZ 29.3 16.39 6.47 -
YUV 97.4 109.16 210.46 -
System Red Green Blue C M Y K H S L
Decimal 213 45 64 0 0.79 0.70 0.16 353.21 0.67 0.51
Hex D5 2D 40 0 4F 46 10 161 43 33
Octal 325 55 100 0 117 106 20 541 103 63
Binary 11010101 101101 1000000 0 1001111 1000110 10000 101100001 1000011 110011

Color Harmonies of #D52D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52D40

Black with #D52D40

Text Example


Text Example

White with #D52D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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