Html Css Color HEX #D43C49 Brick Red

📋 copy color: '#D43C49'

red 212 ◦ green 60 ◦ blue 73

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

Shades of Brick Red #D43C49

Tints of Brick Red #D43C49

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.39%

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

R = 61.45%
G = 17.39%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D43C49 (or 0xD43C49) is known color: Brick Red. HEX triplet: D4, 3C and 49. RGB value is (212,60,73). Sum of RGB (Red+Green+Blue) = 212+60+73=345 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.45% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43C49 is #2BC3B6. Grayscale: #6B6B6B. Windows color (decimal): -2868151 or 4799700. OLE color: 4799700.

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

Color convert

RGB 212 60 73 -
CMYK 0 0.72 0.66 0.17
HSL 354.87º 0.64% 0.53% -
HSV(B) 354.87º 0.72% 0.83% -
XYZ 29.97 17.71 8.14 -
YUV 106.93 108.86 202.94 -
System Red Green Blue C M Y K H S L
Decimal 212 60 73 0 0.72 0.66 0.17 354.87 0.64 0.53
Hex D4 3C 49 0 48 42 11 163 40 35
Octal 324 74 111 0 110 102 21 543 100 65
Binary 11010100 111100 1001001 0 1001000 1000010 10001 101100011 1000000 110101

Color Harmonies of #D43C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43C49

Black with #D43C49

Text Example


Text Example

White with #D43C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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