Html Css Color HEX #D53D4E Brick Red

📋 copy color: '#D53D4E'

red 213 ◦ green 61 ◦ blue 78

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

Shades of Brick Red #D53D4E

Tints of Brick Red #D53D4E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.33%

 BLUE value IS 78 (30.86% from 255) = 22.16%

R = 60.51%
G = 17.33%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D53D4E (or 0xD53D4E) is known color: Brick Red. HEX triplet: D5, 3D and 4E. RGB value is (213,61,78). Sum of RGB (Red+Green+Blue) = 213+61+78=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53D4E is #2AC2B1. Grayscale: #6C6C6C. Windows color (decimal): -2802354 or 5127637. OLE color: 5127637.

HSL color Cylindrical-coordinate representation of color #D53D4E: hue angle of 353.29º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D53D4E is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 61 78 -
CMYK 0 0.71 0.63 0.16
HSL 353.29º 0.64% 0.54% -
HSV(B) 353.29º 0.71% 0.84% -
XYZ 30.48 18.03 9.08 -
YUV 108.39 110.86 202.62 -
System Red Green Blue C M Y K H S L
Decimal 213 61 78 0 0.71 0.63 0.16 353.29 0.64 0.54
Hex D5 3D 4E 0 47 3F 10 161 40 36
Octal 325 75 116 0 107 77 20 541 100 66
Binary 11010101 111101 1001110 0 1000111 111111 10000 101100001 1000000 110110

Color Harmonies of #D53D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53D4E

Black with #D53D4E

Text Example


Text Example

White with #D53D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53D4E; }

 p { color: rgb(213,61,78); }

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

background-color css

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

 a { background-color: rgb(213,61,78); }

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

border-color css

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

 span { border-color: rgb(213,61,78); }

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