Html Css Color HEX #D53E48 Brick Red

📋 copy color: '#D53E48'

red 213 ◦ green 62 ◦ blue 72

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

Shades of Brick Red #D53E48

Tints of Brick Red #D53E48

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.87%

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

R = 61.38%
G = 17.87%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D53E48 (or 0xD53E48) is known color: Brick Red. HEX triplet: D5, 3E and 48. RGB value is (213,62,72). Sum of RGB (Red+Green+Blue) = 213+62+72=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D53E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53E48 is #2AC1B7. Grayscale: #6C6C6C. Windows color (decimal): -2802104 or 4734677. OLE color: 4734677.

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

Color convert

RGB 213 62 72 -
CMYK 0 0.71 0.66 0.16
HSL 356.03º 0.64% 0.54% -
HSV(B) 356.03º 0.71% 0.84% -
XYZ 30.33 18.06 8.02 -
YUV 108.29 107.53 202.69 -
System Red Green Blue C M Y K H S L
Decimal 213 62 72 0 0.71 0.66 0.16 356.03 0.64 0.54
Hex D5 3E 48 0 47 42 10 164 40 36
Octal 325 76 110 0 107 102 20 544 100 66
Binary 11010101 111110 1001000 0 1000111 1000010 10000 101100100 1000000 110110

Color Harmonies of #D53E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53E48

Black with #D53E48

Text Example


Text Example

White with #D53E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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