Html Css Color HEX #D42C49 Brick Red

📋 copy color: '#D42C49'

red 212 ◦ green 44 ◦ blue 73

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

Shades of Brick Red #D42C49

Tints of Brick Red #D42C49

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.37%

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

R = 64.44%
G = 13.37%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D42C49 (or 0xD42C49) is known color: Brick Red. HEX triplet: D4, 2C and 49. RGB value is (212,44,73). Sum of RGB (Red+Green+Blue) = 212+44+73=329 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.44% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 212 - color contains mainly: red. Hex color #D42C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42C49 is #2BD3B6. Grayscale: #616161. Windows color (decimal): -2872247 or 4795604. OLE color: 4795604.

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

Color convert

RGB 212 44 73 -
CMYK 0 0.79 0.66 0.17
HSL 349.64º 0.66% 0.5% -
HSV(B) 349.64º 0.79% 0.83% -
XYZ 29.25 16.28 7.9 -
YUV 97.54 114.16 209.64 -
System Red Green Blue C M Y K H S L
Decimal 212 44 73 0 0.79 0.66 0.17 349.64 0.66 0.5
Hex D4 2C 49 0 4F 42 11 15E 42 32
Octal 324 54 111 0 117 102 21 536 102 62
Binary 11010100 101100 1001001 0 1001111 1000010 10001 101011110 1000010 110010

Color Harmonies of #D42C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42C49

Black with #D42C49

Text Example


Text Example

White with #D42C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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