Html Css Color HEX #D52E4A Brick Red

📋 copy color: '#D52E4A'

red 213 ◦ green 46 ◦ blue 74

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

Shades of Brick Red #D52E4A

Tints of Brick Red #D52E4A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.81%

 BLUE value IS 74 (29.3% from 255) = 22.22%

R = 63.96%
G = 13.81%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D52E4A (or 0xD52E4A) is known color: Brick Red. HEX triplet: D5, 2E and 4A. RGB value is (213,46,74). Sum of RGB (Red+Green+Blue) = 213+46+74=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52E4A is #2AD1B5. Grayscale: #636363. Windows color (decimal): -2806198 or 4861653. OLE color: 4861653.

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

Color convert

RGB 213 46 74 -
CMYK 0 0.78 0.65 0.16
HSL 349.94º 0.67% 0.51% -
HSV(B) 349.94º 0.78% 0.84% -
XYZ 29.65 16.59 8.12 -
YUV 99.13 113.83 209.22 -
System Red Green Blue C M Y K H S L
Decimal 213 46 74 0 0.78 0.65 0.16 349.94 0.67 0.51
Hex D5 2E 4A 0 4E 41 10 15E 43 33
Octal 325 56 112 0 116 101 20 536 103 63
Binary 11010101 101110 1001010 0 1001110 1000001 10000 101011110 1000011 110011

Color Harmonies of #D52E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52E4A

Black with #D52E4A

Text Example


Text Example

White with #D52E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52E4A; }

 p { color: rgb(213,46,74); }

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

background-color css

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

 a { background-color: rgb(213,46,74); }

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

border-color css

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

 span { border-color: rgb(213,46,74); }

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