Html Css Color HEX #D53448 Brick Red

📋 copy color: '#D53448'

red 213 ◦ green 52 ◦ blue 72

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

Shades of Brick Red #D53448

Tints of Brick Red #D53448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.43%

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

R = 63.2%
G = 15.43%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D53448 (or 0xD53448) is known color: Brick Red. HEX triplet: D5, 34 and 48. RGB value is (213,52,72). Sum of RGB (Red+Green+Blue) = 213+52+72=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D53448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53448 is #2ACBB7. Grayscale: #666666. Windows color (decimal): -2804664 or 4732117. OLE color: 4732117.

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

Color convert

RGB 213 52 72 -
CMYK 0 0.76 0.66 0.16
HSL 352.55º 0.66% 0.52% -
HSV(B) 352.55º 0.76% 0.84% -
XYZ 29.84 17.07 7.85 -
YUV 102.42 110.84 206.87 -
System Red Green Blue C M Y K H S L
Decimal 213 52 72 0 0.76 0.66 0.16 352.55 0.66 0.52
Hex D5 34 48 0 4C 42 10 161 42 34
Octal 325 64 110 0 114 102 20 541 102 64
Binary 11010101 110100 1001000 0 1001100 1000010 10000 101100001 1000010 110100

Color Harmonies of #D53448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53448

Black with #D53448

Text Example


Text Example

White with #D53448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53448; }

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

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

background-color css

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

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

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

border-color css

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

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

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