Html Css Color HEX #D52D44 Brick Red

📋 copy color: '#D52D44'

red 213 ◦ green 45 ◦ blue 68

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

Shades of Brick Red #D52D44

Tints of Brick Red #D52D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.86%

R = 65.34%
G = 13.8%
B = 20.86%

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

#D52D44 (or 0xD52D44) is known color: 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

RGB 213 45 68 -
CMYK 0 0.79 0.68 0.16
HSL 351.79º 0.67% 0.51% -
HSV(B) 351.79º 0.79% 0.84% -
XYZ 29.42 16.44 7.09 -
YUV 97.85 111.16 210.13 -
System Red Green Blue C M Y K H S L
Decimal 213 45 68 0 0.79 0.68 0.16 351.79 0.67 0.51
Hex D5 2D 44 0 4F 44 10 160 43 33
Octal 325 55 104 0 117 104 20 540 103 63
Binary 11010101 101101 1000100 0 1001111 1000100 10000 101100000 1000011 110011

Color Harmonies of #D52D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52D44

Black with #D52D44

Text Example


Text Example

White with #D52D44

Text Example


Text Example

HTML Codes & Css Web 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>