Html Css Color HEX #D2344C Brick Red

📋 copy color: '#D2344C'

red 210 ◦ green 52 ◦ blue 76

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

Shades of Brick Red #D2344C

Tints of Brick Red #D2344C

RGB

 RED value IS 210 (82.42% from 255) = 62.13%

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

 BLUE value IS 76 (30.08% from 255) = 22.49%

R = 62.13%
G = 15.38%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2344C (or 0xD2344C) is known color: Brick Red. HEX triplet: D2, 34 and 4C. RGB value is (210,52,76). Sum of RGB (Red+Green+Blue) = 210+52+76=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D2344C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2344C is #2DCBB3. Grayscale: #666666. Windows color (decimal): -3001268 or 4994258. OLE color: 4994258.

HSL color Cylindrical-coordinate representation of color #D2344C: hue angle of 350.89º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2344C is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 52 76 -
CMYK 0 0.75 0.64 0.18
HSL 350.89º 0.64% 0.51% -
HSV(B) 350.89º 0.75% 0.82% -
XYZ 29.11 16.68 8.52 -
YUV 101.98 113.35 205.05 -
System Red Green Blue C M Y K H S L
Decimal 210 52 76 0 0.75 0.64 0.18 350.89 0.64 0.51
Hex D2 34 4C 0 4B 40 12 15F 40 33
Octal 322 64 114 0 113 100 22 537 100 63
Binary 11010010 110100 1001100 0 1001011 1000000 10010 101011111 1000000 110011

Color Harmonies of #D2344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2344C

Black with #D2344C

Text Example


Text Example

White with #D2344C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2344C; }

 p { color: rgb(210,52,76); }

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

background-color css

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

 a { background-color: rgb(210,52,76); }

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

border-color css

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

 span { border-color: rgb(210,52,76); }

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