Html Css Color HEX #D43549 Brick Red

📋 copy color: '#D43549'

red 212 ◦ green 53 ◦ blue 73

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

Shades of Brick Red #D43549

Tints of Brick Red #D43549

RGB

 RED value IS 212 (83.2% from 255) = 62.72%

 GREEN value IS 53 (21.09% from 255) = 15.68%

 BLUE value IS 73 (28.91% from 255) = 21.6%

R = 62.72%
G = 15.68%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D43549 (or 0xD43549) is known color: Brick Red. HEX triplet: D4, 35 and 49. RGB value is (212,53,73). Sum of RGB (Red+Green+Blue) = 212+53+73=338 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.72% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 212 - color contains mainly: red. Hex color #D43549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43549 is #2BCAB6. Grayscale: #666666. Windows color (decimal): -2869943 or 4797908. OLE color: 4797908.

HSL color Cylindrical-coordinate representation of color #D43549: hue angle of 352.45º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D43549 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 53 73 -
CMYK 0 0.75 0.66 0.17
HSL 352.45º 0.65% 0.52% -
HSV(B) 352.45º 0.75% 0.83% -
XYZ 29.63 17.02 8.03 -
YUV 102.82 111.18 205.87 -
System Red Green Blue C M Y K H S L
Decimal 212 53 73 0 0.75 0.66 0.17 352.45 0.65 0.52
Hex D4 35 49 0 4B 42 11 160 41 34
Octal 324 65 111 0 113 102 21 540 101 64
Binary 11010100 110101 1001001 0 1001011 1000010 10001 101100000 1000001 110100

Color Harmonies of #D43549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43549

Black with #D43549

Text Example


Text Example

White with #D43549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43549; }

 p { color: rgb(212,53,73); }

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

background-color css

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

 a { background-color: rgb(212,53,73); }

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

border-color css

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

 span { border-color: rgb(212,53,73); }

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