Html Css Color HEX #D53544 Brick Red

📋 copy color: '#D53544'

red 213 ◦ green 53 ◦ blue 68

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

Shades of Brick Red #D53544

Tints of Brick Red #D53544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.36%

R = 63.77%
G = 15.87%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D53544 (or 0xD53544) is known color: Brick Red. HEX triplet: D5, 35 and 44. RGB value is (213,53,68). Sum of RGB (Red+Green+Blue) = 213+53+68=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D53544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53544 is #2ACABB. Grayscale: #666666. Windows color (decimal): -2804412 or 4470229. OLE color: 4470229.

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

Color convert

RGB 213 53 68 -
CMYK 0 0.75 0.68 0.16
HSL 354.38º 0.66% 0.52% -
HSV(B) 354.38º 0.75% 0.84% -
XYZ 29.76 17.11 7.2 -
YUV 102.55 108.51 206.78 -
System Red Green Blue C M Y K H S L
Decimal 213 53 68 0 0.75 0.68 0.16 354.38 0.66 0.52
Hex D5 35 44 0 4B 44 10 162 42 34
Octal 325 65 104 0 113 104 20 542 102 64
Binary 11010101 110101 1000100 0 1001011 1000100 10000 101100010 1000010 110100

Color Harmonies of #D53544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53544

Black with #D53544

Text Example


Text Example

White with #D53544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53544; }

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

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

background-color css

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

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

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

border-color css

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

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

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