Html Css Color HEX #D53F4A Brick Red

📋 copy color: '#D53F4A'

red 213 ◦ green 63 ◦ blue 74

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

Shades of Brick Red #D53F4A

Tints of Brick Red #D53F4A

RGB

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

 GREEN value IS 63 (25% from 255) = 18%

 BLUE value IS 74 (29.3% from 255) = 21.14%

R = 60.86%
G = 18%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D53F4A (or 0xD53F4A) is known color: Brick Red. HEX triplet: D5, 3F and 4A. RGB value is (213,63,74). Sum of RGB (Red+Green+Blue) = 213+63+74=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53F4A is #2AC0B5. Grayscale: #6D6D6D. Windows color (decimal): -2801846 or 4866005. OLE color: 4866005.

HSL color Cylindrical-coordinate representation of color #D53F4A: hue angle of 355.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D53F4A is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 63 74 -
CMYK 0 0.70 0.65 0.16
HSL 355.6º 0.64% 0.54% -
HSV(B) 355.6º 0.7% 0.84% -
XYZ 30.45 18.2 8.39 -
YUV 109.1 108.2 202.11 -
System Red Green Blue C M Y K H S L
Decimal 213 63 74 0 0.70 0.65 0.16 355.6 0.64 0.54
Hex D5 3F 4A 0 46 41 10 164 40 36
Octal 325 77 112 0 106 101 20 544 100 66
Binary 11010101 111111 1001010 0 1000110 1000001 10000 101100100 1000000 110110

Color Harmonies of #D53F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53F4A

Black with #D53F4A

Text Example


Text Example

White with #D53F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53F4A; }

 p { color: rgb(213,63,74); }

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

background-color css

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

 a { background-color: rgb(213,63,74); }

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

border-color css

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

 span { border-color: rgb(213,63,74); }

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