Html Css Color HEX #D52845 Brick Red

📋 copy color: '#D52845'

red 213 ◦ green 40 ◦ blue 69

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

Shades of Brick Red #D52845

Tints of Brick Red #D52845

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.42%

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

R = 66.15%
G = 12.42%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D52845 (or 0xD52845) is known color: Brick Red. HEX triplet: D5, 28 and 45. RGB value is (213,40,69). Sum of RGB (Red+Green+Blue) = 213+40+69=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D52845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52845 is #2AD7BA. Grayscale: #5F5F5F. Windows color (decimal): -2807739 or 4532437. OLE color: 4532437.

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

Color convert

RGB 213 40 69 -
CMYK 0 0.81 0.68 0.16
HSL 349.94º 0.68% 0.5% -
HSV(B) 349.94º 0.81% 0.84% -
XYZ 29.27 16.09 7.19 -
YUV 95.03 113.31 212.14 -
System Red Green Blue C M Y K H S L
Decimal 213 40 69 0 0.81 0.68 0.16 349.94 0.68 0.5
Hex D5 28 45 0 51 44 10 15E 44 32
Octal 325 50 105 0 121 104 20 536 104 62
Binary 11010101 101000 1000101 0 1010001 1000100 10000 101011110 1000100 110010

Color Harmonies of #D52845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52845

Black with #D52845

Text Example


Text Example

White with #D52845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52845; }

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

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

background-color css

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

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

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

border-color css

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

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

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