Html Css Color HEX #D53148 Brick Red

📋 copy color: '#D53148'

red 213 ◦ green 49 ◦ blue 72

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

Shades of Brick Red #D53148

Tints of Brick Red #D53148

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.67%

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

R = 63.77%
G = 14.67%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D53148 (or 0xD53148) is known color: Brick Red. HEX triplet: D5, 31 and 48. RGB value is (213,49,72). Sum of RGB (Red+Green+Blue) = 213+49+72=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D53148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53148 is #2ACEB7. Grayscale: #646464. Windows color (decimal): -2805432 or 4731349. OLE color: 4731349.

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

Color convert

RGB 213 49 72 -
CMYK 0 0.77 0.66 0.16
HSL 351.59º 0.66% 0.51% -
HSV(B) 351.59º 0.77% 0.84% -
XYZ 29.71 16.81 7.81 -
YUV 100.66 111.83 208.13 -
System Red Green Blue C M Y K H S L
Decimal 213 49 72 0 0.77 0.66 0.16 351.59 0.66 0.51
Hex D5 31 48 0 4D 42 10 160 42 33
Octal 325 61 110 0 115 102 20 540 102 63
Binary 11010101 110001 1001000 0 1001101 1000010 10000 101100000 1000010 110011

Color Harmonies of #D53148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53148

Black with #D53148

Text Example


Text Example

White with #D53148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53148; }

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

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

background-color css

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

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

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

border-color css

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

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

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