Html Css Color HEX #D42849 Brick Red

📋 copy color: '#D42849'

red 212 ◦ green 40 ◦ blue 73

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

Shades of Brick Red #D42849

Tints of Brick Red #D42849

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.31%

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

R = 65.23%
G = 12.31%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D42849 (or 0xD42849) is known color: Brick Red. HEX triplet: D4, 28 and 49. RGB value is (212,40,73). Sum of RGB (Red+Green+Blue) = 212+40+73=325 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.23% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 212 - color contains mainly: red. Hex color #D42849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42849 is #2BD7B6. Grayscale: #5F5F5F. Windows color (decimal): -2873271 or 4794580. OLE color: 4794580.

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

Color convert

RGB 212 40 73 -
CMYK 0 0.81 0.66 0.17
HSL 348.49º 0.68% 0.49% -
HSV(B) 348.49º 0.81% 0.83% -
XYZ 29.11 16 7.86 -
YUV 95.19 115.48 211.32 -
System Red Green Blue C M Y K H S L
Decimal 212 40 73 0 0.81 0.66 0.17 348.49 0.68 0.49
Hex D4 28 49 0 51 42 11 15C 44 31
Octal 324 50 111 0 121 102 21 534 104 61
Binary 11010100 101000 1001001 0 1010001 1000010 10001 101011100 1000100 110001

Color Harmonies of #D42849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42849

Black with #D42849

Text Example


Text Example

White with #D42849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42849; }

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

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

background-color css

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

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

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

border-color css

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

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

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