Html Css Color HEX #D53348 Brick Red

📋 copy color: '#D53348'

red 213 ◦ green 51 ◦ blue 72

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

Shades of Brick Red #D53348

Tints of Brick Red #D53348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.18%

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

R = 63.39%
G = 15.18%
B = 21.43%

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

#D53348 (or 0xD53348) is known color: Brick Red. HEX triplet: D5, 33 and 48. RGB value is (213,51,72). Sum of RGB (Red+Green+Blue) = 213+51+72=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D53348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53348 is #2ACCB7. Grayscale: #656565. Windows color (decimal): -2804920 or 4731861. OLE color: 4731861.

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

Color convert

RGB 213 51 72 -
CMYK 0 0.76 0.66 0.16
HSL 352.22º 0.66% 0.52% -
HSV(B) 352.22º 0.76% 0.84% -
XYZ 29.79 16.98 7.84 -
YUV 101.83 111.17 207.29 -
System Red Green Blue C M Y K H S L
Decimal 213 51 72 0 0.76 0.66 0.16 352.22 0.66 0.52
Hex D5 33 48 0 4C 42 10 160 42 34
Octal 325 63 110 0 114 102 20 540 102 64
Binary 11010101 110011 1001000 0 1001100 1000010 10000 101100000 1000010 110100

Color Harmonies of #D53348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53348

Black with #D53348

Text Example


Text Example

White with #D53348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53348; }

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

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

background-color css

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

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

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

border-color css

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

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

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