Html Css Color HEX #D42D49 Brick Red

📋 copy color: '#D42D49'

red 212 ◦ green 45 ◦ blue 73

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

Shades of Brick Red #D42D49

Tints of Brick Red #D42D49

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.64%

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

R = 64.24%
G = 13.64%
B = 22.12%

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

#D42D49 (or 0xD42D49) is known color: Brick Red. HEX triplet: D4, 2D and 49. RGB value is (212,45,73). Sum of RGB (Red+Green+Blue) = 212+45+73=330 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.24% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 212 - color contains mainly: red. Hex color #D42D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42D49 is #2BD2B6. Grayscale: #626262. Windows color (decimal): -2871991 or 4795860. OLE color: 4795860.

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

Color convert

RGB 212 45 73 -
CMYK 0 0.79 0.66 0.17
HSL 349.94º 0.66% 0.5% -
HSV(B) 349.94º 0.79% 0.83% -
XYZ 29.29 16.35 7.92 -
YUV 98.13 113.83 209.22 -
System Red Green Blue C M Y K H S L
Decimal 212 45 73 0 0.79 0.66 0.17 349.94 0.66 0.5
Hex D4 2D 49 0 4F 42 11 15E 42 32
Octal 324 55 111 0 117 102 21 536 102 62
Binary 11010100 101101 1001001 0 1001111 1000010 10001 101011110 1000010 110010

Color Harmonies of #D42D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42D49

Black with #D42D49

Text Example


Text Example

White with #D42D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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