Html Css Color HEX #D53240 Brick Red

📋 copy color: '#D53240'

red 213 ◦ green 50 ◦ blue 64

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

Shades of Brick Red #D53240

Tints of Brick Red #D53240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.29%

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

R = 65.14%
G = 15.29%
B = 19.57%

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

#D53240 (or 0xD53240) is known color: Brick Red. HEX triplet: D5, 32 and 40. RGB value is (213,50,64). Sum of RGB (Red+Green+Blue) = 213+50+64=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D53240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53240 is #2ACDBF. Grayscale: #646464. Windows color (decimal): -2805184 or 4207317. OLE color: 4207317.

HSL color Cylindrical-coordinate representation of color #D53240: hue angle of 354.85º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53240 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 50 64 -
CMYK 0 0.77 0.70 0.16
HSL 354.85º 0.66% 0.52% -
HSV(B) 354.85º 0.77% 0.84% -
XYZ 29.51 16.8 6.54 -
YUV 100.33 107.5 208.36 -
System Red Green Blue C M Y K H S L
Decimal 213 50 64 0 0.77 0.70 0.16 354.85 0.66 0.52
Hex D5 32 40 0 4D 46 10 163 42 34
Octal 325 62 100 0 115 106 20 543 102 64
Binary 11010101 110010 1000000 0 1001101 1000110 10000 101100011 1000010 110100

Color Harmonies of #D53240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53240

Black with #D53240

Text Example


Text Example

White with #D53240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53240; }

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

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

background-color css

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

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

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

border-color css

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

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

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