Html Css Color HEX #D53144 Brick Red

📋 copy color: '#D53144'

red 213 ◦ green 49 ◦ blue 68

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

Shades of Brick Red #D53144

Tints of Brick Red #D53144

RGB

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

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

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

R = 64.55%
G = 14.85%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D53144 (or 0xD53144) is known color: Brick Red. HEX triplet: D5, 31 and 44. RGB value is (213,49,68). Sum of RGB (Red+Green+Blue) = 213+49+68=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D53144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53144 is #2ACEBB. Grayscale: #646464. Windows color (decimal): -2805436 or 4469205. OLE color: 4469205.

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

Color convert

RGB 213 49 68 -
CMYK 0 0.77 0.68 0.16
HSL 353.05º 0.66% 0.51% -
HSV(B) 353.05º 0.77% 0.84% -
XYZ 29.58 16.76 7.14 -
YUV 100.2 109.83 208.46 -
System Red Green Blue C M Y K H S L
Decimal 213 49 68 0 0.77 0.68 0.16 353.05 0.66 0.51
Hex D5 31 44 0 4D 44 10 161 42 33
Octal 325 61 104 0 115 104 20 541 102 63
Binary 11010101 110001 1000100 0 1001101 1000100 10000 101100001 1000010 110011

Color Harmonies of #D53144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53144

Black with #D53144

Text Example


Text Example

White with #D53144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53144; }

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

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

background-color css

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

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

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

border-color css

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

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

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