Html Css Color HEX #D53545 Brick Red

📋 copy color: '#D53545'

red 213 ◦ green 53 ◦ blue 69

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

Shades of Brick Red #D53545

Tints of Brick Red #D53545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.6%

R = 63.58%
G = 15.82%
B = 20.6%

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

#D53545 (or 0xD53545) is known color: Brick Red. HEX triplet: D5, 35 and 45. RGB value is (213,53,69). Sum of RGB (Red+Green+Blue) = 213+53+69=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D53545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53545 is #2ACABA. Grayscale: #666666. Windows color (decimal): -2804411 or 4535765. OLE color: 4535765.

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

Color convert

RGB 213 53 69 -
CMYK 0 0.75 0.68 0.16
HSL 354º 0.66% 0.52% -
HSV(B) 354º 0.75% 0.84% -
XYZ 29.79 17.12 7.37 -
YUV 102.66 109.01 206.7 -
System Red Green Blue C M Y K H S L
Decimal 213 53 69 0 0.75 0.68 0.16 354 0.66 0.52
Hex D5 35 45 0 4B 44 10 162 42 34
Octal 325 65 105 0 113 104 20 542 102 64
Binary 11010101 110101 1000101 0 1001011 1000100 10000 101100010 1000010 110100

Color Harmonies of #D53545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53545

Black with #D53545

Text Example


Text Example

White with #D53545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53545; }

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

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

background-color css

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

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

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

border-color css

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

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

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