Html Css Color HEX #D52D48 Brick Red

📋 copy color: '#D52D48'

red 213 ◦ green 45 ◦ blue 72

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

Shades of Brick Red #D52D48

Tints of Brick Red #D52D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.82%

R = 64.55%
G = 13.64%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D52D48 (or 0xD52D48) is known color: Brick Red. HEX triplet: D5, 2D and 48. RGB value is (213,45,72). Sum of RGB (Red+Green+Blue) = 213+45+72=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52D48 is #2AD2B7. Grayscale: #626262. Windows color (decimal): -2806456 or 4730325. OLE color: 4730325.

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

Color convert

RGB 213 45 72 -
CMYK 0 0.79 0.66 0.16
HSL 350.36º 0.67% 0.51% -
HSV(B) 350.36º 0.79% 0.84% -
XYZ 29.55 16.49 7.76 -
YUV 98.31 113.16 209.8 -
System Red Green Blue C M Y K H S L
Decimal 213 45 72 0 0.79 0.66 0.16 350.36 0.67 0.51
Hex D5 2D 48 0 4F 42 10 15E 43 33
Octal 325 55 110 0 117 102 20 536 103 63
Binary 11010101 101101 1001000 0 1001111 1000010 10000 101011110 1000011 110011

Color Harmonies of #D52D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52D48

Black with #D52D48

Text Example


Text Example

White with #D52D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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