Html Css Color HEX #D53748 Brick Red

📋 copy color: '#D53748'

red 213 ◦ green 55 ◦ blue 72

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

Shades of Brick Red #D53748

Tints of Brick Red #D53748

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.18%

 BLUE value IS 72 (28.52% from 255) = 21.18%

R = 62.65%
G = 16.18%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D53748 (or 0xD53748) is known color: Brick Red. HEX triplet: D5, 37 and 48. RGB value is (213,55,72). Sum of RGB (Red+Green+Blue) = 213+55+72=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D53748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53748 is #2AC8B7. Grayscale: #686868. Windows color (decimal): -2803896 or 4732885. OLE color: 4732885.

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

Color convert

RGB 213 55 72 -
CMYK 0 0.74 0.66 0.16
HSL 353.54º 0.65% 0.53% -
HSV(B) 353.54º 0.74% 0.84% -
XYZ 29.98 17.35 7.9 -
YUV 104.18 109.85 205.62 -
System Red Green Blue C M Y K H S L
Decimal 213 55 72 0 0.74 0.66 0.16 353.54 0.65 0.53
Hex D5 37 48 0 4A 42 10 162 41 35
Octal 325 67 110 0 112 102 20 542 101 65
Binary 11010101 110111 1001000 0 1001010 1000010 10000 101100010 1000001 110101

Color Harmonies of #D53748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53748

Black with #D53748

Text Example


Text Example

White with #D53748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53748; }

 p { color: rgb(213,55,72); }

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

background-color css

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

 a { background-color: rgb(213,55,72); }

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

border-color css

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

 span { border-color: rgb(213,55,72); }

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