Html Css Color HEX #D3284C Brick Red

📋 copy color: '#D3284C'

red 211 ◦ green 40 ◦ blue 76

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

Shades of Brick Red #D3284C

Tints of Brick Red #D3284C

RGB

 RED value IS 211 (82.81% from 255) = 64.53%

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

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

R = 64.53%
G = 12.23%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D3284C (or 0xD3284C) is known color: Brick Red. HEX triplet: D3, 28 and 4C. RGB value is (211,40,76). Sum of RGB (Red+Green+Blue) = 211+40+76=327 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.53% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 211 - color contains mainly: red. Hex color #D3284C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3284C is #2CD7B3. Grayscale: #5F5F5F. Windows color (decimal): -2938804 or 4991187. OLE color: 4991187.

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

Color convert

RGB 211 40 76 -
CMYK 0 0.81 0.64 0.17
HSL 347.37º 0.68% 0.49% -
HSV(B) 347.37º 0.81% 0.83% -
XYZ 28.93 15.89 8.38 -
YUV 95.23 117.15 210.57 -
System Red Green Blue C M Y K H S L
Decimal 211 40 76 0 0.81 0.64 0.17 347.37 0.68 0.49
Hex D3 28 4C 0 51 40 11 15B 44 31
Octal 323 50 114 0 121 100 21 533 104 61
Binary 11010011 101000 1001100 0 1010001 1000000 10001 101011011 1000100 110001

Color Harmonies of #D3284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3284C

Black with #D3284C

Text Example


Text Example

White with #D3284C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3284C; }

 p { color: rgb(211,40,76); }

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

background-color css

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

 a { background-color: rgb(211,40,76); }

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

border-color css

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

 span { border-color: rgb(211,40,76); }

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