Html Css Color HEX #D43049 Brick Red

📋 copy color: '#D43049'

red 212 ◦ green 48 ◦ blue 73

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

Shades of Brick Red #D43049

Tints of Brick Red #D43049

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.41%

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

R = 63.66%
G = 14.41%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D43049 (or 0xD43049) is known color: Brick Red. HEX triplet: D4, 30 and 49. RGB value is (212,48,73). Sum of RGB (Red+Green+Blue) = 212+48+73=333 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.66% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 212 - color contains mainly: red. Hex color #D43049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43049 is #2BCFB6. Grayscale: #636363. Windows color (decimal): -2871223 or 4796628. OLE color: 4796628.

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

Color convert

RGB 212 48 73 -
CMYK 0 0.77 0.66 0.17
HSL 350.85º 0.66% 0.51% -
HSV(B) 350.85º 0.77% 0.83% -
XYZ 29.41 16.59 7.96 -
YUV 99.89 112.83 207.97 -
System Red Green Blue C M Y K H S L
Decimal 212 48 73 0 0.77 0.66 0.17 350.85 0.66 0.51
Hex D4 30 49 0 4D 42 11 15F 42 33
Octal 324 60 111 0 115 102 21 537 102 63
Binary 11010100 110000 1001001 0 1001101 1000010 10001 101011111 1000010 110011

Color Harmonies of #D43049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43049

Black with #D43049

Text Example


Text Example

White with #D43049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43049; }

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

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

background-color css

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

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

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

border-color css

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

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

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