Html Css Color HEX #D53140 Brick Red

📋 copy color: '#D53140'

red 213 ◦ green 49 ◦ blue 64

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

Shades of Brick Red #D53140

Tints of Brick Red #D53140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.03%

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

R = 65.34%
G = 15.03%
B = 19.63%

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

#D53140 (or 0xD53140) is known color: Brick Red. HEX triplet: D5, 31 and 40. RGB value is (213,49,64). Sum of RGB (Red+Green+Blue) = 213+49+64=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D53140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53140 is #2ACEBF. Grayscale: #636363. Windows color (decimal): -2805440 or 4207061. OLE color: 4207061.

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

Color convert

RGB 213 49 64 -
CMYK 0 0.77 0.70 0.16
HSL 354.51º 0.66% 0.51% -
HSV(B) 354.51º 0.77% 0.84% -
XYZ 29.46 16.71 6.52 -
YUV 99.75 107.83 208.78 -
System Red Green Blue C M Y K H S L
Decimal 213 49 64 0 0.77 0.70 0.16 354.51 0.66 0.51
Hex D5 31 40 0 4D 46 10 163 42 33
Octal 325 61 100 0 115 106 20 543 102 63
Binary 11010101 110001 1000000 0 1001101 1000110 10000 101100011 1000010 110011

Color Harmonies of #D53140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53140

Black with #D53140

Text Example


Text Example

White with #D53140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53140; }

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

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

background-color css

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

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

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

border-color css

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

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

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