Html Css Color HEX #D53141 Brick Red

📋 copy color: '#D53141'

red 213 ◦ green 49 ◦ blue 65

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

Shades of Brick Red #D53141

Tints of Brick Red #D53141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.88%

R = 65.14%
G = 14.98%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D53141 (or 0xD53141) is known color: Brick Red. HEX triplet: D5, 31 and 41. RGB value is (213,49,65). Sum of RGB (Red+Green+Blue) = 213+49+65=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D53141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53141 is #2ACEBE. Grayscale: #636363. Windows color (decimal): -2805439 or 4272597. OLE color: 4272597.

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

Color convert

RGB 213 49 65 -
CMYK 0 0.77 0.69 0.16
HSL 354.15º 0.66% 0.51% -
HSV(B) 354.15º 0.77% 0.84% -
XYZ 29.49 16.72 6.67 -
YUV 99.86 108.33 208.7 -
System Red Green Blue C M Y K H S L
Decimal 213 49 65 0 0.77 0.69 0.16 354.15 0.66 0.51
Hex D5 31 41 0 4D 45 10 162 42 33
Octal 325 61 101 0 115 105 20 542 102 63
Binary 11010101 110001 1000001 0 1001101 1000101 10000 101100010 1000010 110011

Color Harmonies of #D53141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53141

Black with #D53141

Text Example


Text Example

White with #D53141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53141; }

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

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

background-color css

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

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

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

border-color css

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

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

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