Html Css Color HEX #D53D4B Brick Red

📋 copy color: '#D53D4B'

red 213 ◦ green 61 ◦ blue 75

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

Shades of Brick Red #D53D4B

Tints of Brick Red #D53D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.49%

R = 61.03%
G = 17.48%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D53D4B (or 0xD53D4B) is known color: Brick Red. HEX triplet: D5, 3D and 4B. RGB value is (213,61,75). Sum of RGB (Red+Green+Blue) = 213+61+75=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53D4B is #2AC2B4. Grayscale: #6C6C6C. Windows color (decimal): -2802357 or 4931029. OLE color: 4931029.

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

Color convert

RGB 213 61 75 -
CMYK 0 0.71 0.65 0.16
HSL 354.47º 0.64% 0.54% -
HSV(B) 354.47º 0.71% 0.84% -
XYZ 30.38 17.99 8.53 -
YUV 108.04 109.36 202.86 -
System Red Green Blue C M Y K H S L
Decimal 213 61 75 0 0.71 0.65 0.16 354.47 0.64 0.54
Hex D5 3D 4B 0 47 41 10 162 40 36
Octal 325 75 113 0 107 101 20 542 100 66
Binary 11010101 111101 1001011 0 1000111 1000001 10000 101100010 1000000 110110

Color Harmonies of #D53D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53D4B

Black with #D53D4B

Text Example


Text Example

White with #D53D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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