Html Css Color HEX #D4344D Brick Red

📋 copy color: '#D4344D'

red 212 ◦ green 52 ◦ blue 77

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

Shades of Brick Red #D4344D

Tints of Brick Red #D4344D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.58%

R = 62.17%
G = 15.25%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4344D (or 0xD4344D) is known color: Brick Red. HEX triplet: D4, 34 and 4D. RGB value is (212,52,77). Sum of RGB (Red+Green+Blue) = 212+52+77=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D4344D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4344D is #2BCBB2. Grayscale: #666666. Windows color (decimal): -2870195 or 5059796. OLE color: 5059796.

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

Color convert

RGB 212 52 77 -
CMYK 0 0.75 0.64 0.17
HSL 350.63º 0.65% 0.52% -
HSV(B) 350.63º 0.75% 0.83% -
XYZ 29.72 16.99 8.73 -
YUV 102.69 113.51 205.97 -
System Red Green Blue C M Y K H S L
Decimal 212 52 77 0 0.75 0.64 0.17 350.63 0.65 0.52
Hex D4 34 4D 0 4B 40 11 15F 41 34
Octal 324 64 115 0 113 100 21 537 101 64
Binary 11010100 110100 1001101 0 1001011 1000000 10001 101011111 1000001 110100

Color Harmonies of #D4344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4344D

Black with #D4344D

Text Example


Text Example

White with #D4344D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4344D; }

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

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

background-color css

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

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

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

border-color css

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

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

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