Html Css Color HEX #D43449 Brick Red

📋 copy color: '#D43449'

red 212 ◦ green 52 ◦ blue 73

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

Shades of Brick Red #D43449

Tints of Brick Red #D43449

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.43%

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

R = 62.91%
G = 15.43%
B = 21.66%

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

#D43449 (or 0xD43449) is known color: Brick Red. HEX triplet: D4, 34 and 49. RGB value is (212,52,73). Sum of RGB (Red+Green+Blue) = 212+52+73=337 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.91% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 212 - color contains mainly: red. Hex color #D43449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43449 is #2BCBB6. Grayscale: #666666. Windows color (decimal): -2870199 or 4797652. OLE color: 4797652.

HSL color Cylindrical-coordinate representation of color #D43449: hue angle of 352.12º 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 #D43449 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 52 73 -
CMYK 0 0.75 0.66 0.17
HSL 352.13º 0.65% 0.52% -
HSV(B) 352.13º 0.75% 0.83% -
XYZ 29.58 16.93 8.01 -
YUV 102.23 111.51 206.29 -
System Red Green Blue C M Y K H S L
Decimal 212 52 73 0 0.75 0.66 0.17 352.13 0.65 0.52
Hex D4 34 49 0 4B 42 11 160 41 34
Octal 324 64 111 0 113 102 21 540 101 64
Binary 11010100 110100 1001001 0 1001011 1000010 10001 101100000 1000001 110100

Color Harmonies of #D43449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43449

Black with #D43449

Text Example


Text Example

White with #D43449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43449; }

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

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

background-color css

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

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

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

border-color css

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

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

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