Html Css Color HEX #D43D47 Brick Red

📋 copy color: '#D43D47'

red 212 ◦ green 61 ◦ blue 71

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

Shades of Brick Red #D43D47

Tints of Brick Red #D43D47

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.73%

 BLUE value IS 71 (28.13% from 255) = 20.64%

R = 61.63%
G = 17.73%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D43D47 (or 0xD43D47) is known color: Brick Red. HEX triplet: D4, 3D and 47. RGB value is (212,61,71). Sum of RGB (Red+Green+Blue) = 212+61+71=344 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.63% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 212 - color contains mainly: red. Hex color #D43D47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43D47 is #2BC2B8. Grayscale: #6B6B6B. Windows color (decimal): -2867897 or 4668884. OLE color: 4668884.

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

Color convert

RGB 212 61 71 -
CMYK 0 0.71 0.67 0.17
HSL 356.03º 0.64% 0.54% -
HSV(B) 356.03º 0.71% 0.83% -
XYZ 29.96 17.79 7.82 -
YUV 107.29 107.53 202.69 -
System Red Green Blue C M Y K H S L
Decimal 212 61 71 0 0.71 0.67 0.17 356.03 0.64 0.54
Hex D4 3D 47 0 47 43 11 164 40 36
Octal 324 75 107 0 107 103 21 544 100 66
Binary 11010100 111101 1000111 0 1000111 1000011 10001 101100100 1000000 110110

Color Harmonies of #D43D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43D47

Black with #D43D47

Text Example


Text Example

White with #D43D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43D47; }

 p { color: rgb(212,61,71); }

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

background-color css

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

 a { background-color: rgb(212,61,71); }

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

border-color css

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

 span { border-color: rgb(212,61,71); }

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