Html Css Color HEX #D53D4C Brick Red

📋 copy color: '#D53D4C'

red 213 ◦ green 61 ◦ blue 76

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

Shades of Brick Red #D53D4C

Tints of Brick Red #D53D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.71%

R = 60.86%
G = 17.43%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D53D4C (or 0xD53D4C) is known color: Brick Red. HEX triplet: D5, 3D and 4C. RGB value is (213,61,76). Sum of RGB (Red+Green+Blue) = 213+61+76=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53D4C is #2AC2B3. Grayscale: #6C6C6C. Windows color (decimal): -2802356 or 4996565. OLE color: 4996565.

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

Color convert

RGB 213 61 76 -
CMYK 0 0.71 0.64 0.16
HSL 354.08º 0.64% 0.54% -
HSV(B) 354.08º 0.71% 0.84% -
XYZ 30.41 18.01 8.71 -
YUV 108.16 109.86 202.78 -
System Red Green Blue C M Y K H S L
Decimal 213 61 76 0 0.71 0.64 0.16 354.08 0.64 0.54
Hex D5 3D 4C 0 47 40 10 162 40 36
Octal 325 75 114 0 107 100 20 542 100 66
Binary 11010101 111101 1001100 0 1000111 1000000 10000 101100010 1000000 110110

Color Harmonies of #D53D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53D4C

Black with #D53D4C

Text Example


Text Example

White with #D53D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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