Html Css Color HEX #D53040 Brick Red

📋 copy color: '#D53040'

red 213 ◦ green 48 ◦ blue 64

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

Shades of Brick Red #D53040

Tints of Brick Red #D53040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.77%

 BLUE value IS 64 (25.39% from 255) = 19.69%

R = 65.54%
G = 14.77%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D53040 (or 0xD53040) is known color: Brick Red. HEX triplet: D5, 30 and 40. RGB value is (213,48,64). Sum of RGB (Red+Green+Blue) = 213+48+64=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D53040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53040 is #2ACFBF. Grayscale: #636363. Windows color (decimal): -2805696 or 4206805. OLE color: 4206805.

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

Color convert

RGB 213 48 64 -
CMYK 0 0.77 0.70 0.16
HSL 354.18º 0.66% 0.51% -
HSV(B) 354.18º 0.77% 0.84% -
XYZ 29.42 16.63 6.51 -
YUV 99.16 108.16 209.2 -
System Red Green Blue C M Y K H S L
Decimal 213 48 64 0 0.77 0.70 0.16 354.18 0.66 0.51
Hex D5 30 40 0 4D 46 10 162 42 33
Octal 325 60 100 0 115 106 20 542 102 63
Binary 11010101 110000 1000000 0 1001101 1000110 10000 101100010 1000010 110011

Color Harmonies of #D53040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53040

Black with #D53040

Text Example


Text Example

White with #D53040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53040; }

 p { color: rgb(213,48,64); }

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

background-color css

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

 a { background-color: rgb(213,48,64); }

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

border-color css

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

 span { border-color: rgb(213,48,64); }

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