Html Css Color HEX #D53C48 Brick Red

📋 copy color: '#D53C48'

red 213 ◦ green 60 ◦ blue 72

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

Shades of Brick Red #D53C48

Tints of Brick Red #D53C48

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.39%

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

R = 61.74%
G = 17.39%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D53C48 (or 0xD53C48) is known color: Brick Red. HEX triplet: D5, 3C and 48. RGB value is (213,60,72). Sum of RGB (Red+Green+Blue) = 213+60+72=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D53C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53C48 is #2AC3B7. Grayscale: #6B6B6B. Windows color (decimal): -2802616 or 4734165. OLE color: 4734165.

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

Color convert

RGB 213 60 72 -
CMYK 0 0.72 0.66 0.16
HSL 355.29º 0.65% 0.54% -
HSV(B) 355.29º 0.72% 0.84% -
XYZ 30.23 17.85 7.98 -
YUV 107.12 108.19 203.52 -
System Red Green Blue C M Y K H S L
Decimal 213 60 72 0 0.72 0.66 0.16 355.29 0.65 0.54
Hex D5 3C 48 0 48 42 10 163 41 36
Octal 325 74 110 0 110 102 20 543 101 66
Binary 11010101 111100 1001000 0 1001000 1000010 10000 101100011 1000001 110110

Color Harmonies of #D53C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53C48

Black with #D53C48

Text Example


Text Example

White with #D53C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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