Html Css Color HEX #D53546 Brick Red

📋 copy color: '#D53546'

red 213 ◦ green 53 ◦ blue 70

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

Shades of Brick Red #D53546

Tints of Brick Red #D53546

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.77%

 BLUE value IS 70 (27.73% from 255) = 20.83%

R = 63.39%
G = 15.77%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D53546 (or 0xD53546) is known color: Brick Red. HEX triplet: D5, 35 and 46. RGB value is (213,53,70). Sum of RGB (Red+Green+Blue) = 213+53+70=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D53546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53546 is #2ACAB9. Grayscale: #666666. Windows color (decimal): -2804410 or 4601301. OLE color: 4601301.

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

Color convert

RGB 213 53 70 -
CMYK 0 0.75 0.67 0.16
HSL 353.63º 0.66% 0.52% -
HSV(B) 353.63º 0.75% 0.84% -
XYZ 29.82 17.13 7.53 -
YUV 102.78 109.51 206.62 -
System Red Green Blue C M Y K H S L
Decimal 213 53 70 0 0.75 0.67 0.16 353.63 0.66 0.52
Hex D5 35 46 0 4B 43 10 162 42 34
Octal 325 65 106 0 113 103 20 542 102 64
Binary 11010101 110101 1000110 0 1001011 1000011 10000 101100010 1000010 110100

Color Harmonies of #D53546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53546

Black with #D53546

Text Example


Text Example

White with #D53546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53546; }

 p { color: rgb(213,53,70); }

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

background-color css

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

 a { background-color: rgb(213,53,70); }

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

border-color css

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

 span { border-color: rgb(213,53,70); }

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