Html Css Color HEX #D53142 Brick Red

📋 copy color: '#D53142'

red 213 ◦ green 49 ◦ blue 66

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

Shades of Brick Red #D53142

Tints of Brick Red #D53142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.12%

R = 64.94%
G = 14.94%
B = 20.12%

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

#D53142 (or 0xD53142) is known color: Brick Red. HEX triplet: D5, 31 and 42. RGB value is (213,49,66). Sum of RGB (Red+Green+Blue) = 213+49+66=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D53142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53142 is #2ACEBD. Grayscale: #646464. Windows color (decimal): -2805438 or 4338133. OLE color: 4338133.

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

Color convert

RGB 213 49 66 -
CMYK 0 0.77 0.69 0.16
HSL 353.78º 0.66% 0.51% -
HSV(B) 353.78º 0.77% 0.84% -
XYZ 29.52 16.74 6.83 -
YUV 99.97 108.83 208.62 -
System Red Green Blue C M Y K H S L
Decimal 213 49 66 0 0.77 0.69 0.16 353.78 0.66 0.51
Hex D5 31 42 0 4D 45 10 162 42 33
Octal 325 61 102 0 115 105 20 542 102 63
Binary 11010101 110001 1000010 0 1001101 1000101 10000 101100010 1000010 110011

Color Harmonies of #D53142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53142

Black with #D53142

Text Example


Text Example

White with #D53142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53142; }

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

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

background-color css

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

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

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

border-color css

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

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

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