Html Css Color HEX #D2334D Brick Red

📋 copy color: '#D2334D'

red 210 ◦ green 51 ◦ blue 77

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

Shades of Brick Red #D2334D

Tints of Brick Red #D2334D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.09%

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

R = 62.13%
G = 15.09%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D2334D (or 0xD2334D) is known color: Brick Red. HEX triplet: D2, 33 and 4D. RGB value is (210,51,77). Sum of RGB (Red+Green+Blue) = 210+51+77=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D2334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2334D is #2DCCB2. Grayscale: #656565. Windows color (decimal): -3001523 or 5059538. OLE color: 5059538.

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

Color convert

RGB 210 51 77 -
CMYK 0 0.76 0.63 0.18
HSL 350.19º 0.64% 0.51% -
HSV(B) 350.19º 0.76% 0.82% -
XYZ 29.1 16.61 8.69 -
YUV 101.51 114.18 205.39 -
System Red Green Blue C M Y K H S L
Decimal 210 51 77 0 0.76 0.63 0.18 350.19 0.64 0.51
Hex D2 33 4D 0 4C 3F 12 15E 40 33
Octal 322 63 115 0 114 77 22 536 100 63
Binary 11010010 110011 1001101 0 1001100 111111 10010 101011110 1000000 110011

Color Harmonies of #D2334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2334D

Black with #D2334D

Text Example


Text Example

White with #D2334D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2334D; }

 p { color: rgb(210,51,77); }

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

background-color css

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

 a { background-color: rgb(210,51,77); }

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

border-color css

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

 span { border-color: rgb(210,51,77); }

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