Html Css Color HEX #D52E46 Brick Red

📋 copy color: '#D52E46'

red 213 ◦ green 46 ◦ blue 70

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

Shades of Brick Red #D52E46

Tints of Brick Red #D52E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.28%

R = 64.74%
G = 13.98%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D52E46 (or 0xD52E46) is known color: Brick Red. HEX triplet: D5, 2E and 46. RGB value is (213,46,70). Sum of RGB (Red+Green+Blue) = 213+46+70=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52E46 is #2AD1B9. Grayscale: #626262. Windows color (decimal): -2806202 or 4599509. OLE color: 4599509.

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

Color convert

RGB 213 46 70 -
CMYK 0 0.78 0.67 0.16
HSL 351.38º 0.67% 0.51% -
HSV(B) 351.38º 0.78% 0.84% -
XYZ 29.52 16.54 7.43 -
YUV 98.67 111.83 209.55 -
System Red Green Blue C M Y K H S L
Decimal 213 46 70 0 0.78 0.67 0.16 351.38 0.67 0.51
Hex D5 2E 46 0 4E 43 10 15F 43 33
Octal 325 56 106 0 116 103 20 537 103 63
Binary 11010101 101110 1000110 0 1001110 1000011 10000 101011111 1000011 110011

Color Harmonies of #D52E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52E46

Black with #D52E46

Text Example


Text Example

White with #D52E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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