Html Css Color HEX #D3294C Brick Red

📋 copy color: '#D3294C'

red 211 ◦ green 41 ◦ blue 76

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

Shades of Brick Red #D3294C

Tints of Brick Red #D3294C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.5%

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

R = 64.33%
G = 12.5%
B = 23.17%

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

#D3294C (or 0xD3294C) is known color: Brick Red. HEX triplet: D3, 29 and 4C. RGB value is (211,41,76). Sum of RGB (Red+Green+Blue) = 211+41+76=328 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.33% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 211 - color contains mainly: red. Hex color #D3294C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3294C is #2CD6B3. Grayscale: #5F5F5F. Windows color (decimal): -2938548 or 4991443. OLE color: 4991443.

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

Color convert

RGB 211 41 76 -
CMYK 0 0.81 0.64 0.17
HSL 347.65º 0.67% 0.49% -
HSV(B) 347.65º 0.81% 0.83% -
XYZ 28.96 15.96 8.39 -
YUV 95.82 116.82 210.15 -
System Red Green Blue C M Y K H S L
Decimal 211 41 76 0 0.81 0.64 0.17 347.65 0.67 0.49
Hex D3 29 4C 0 51 40 11 15C 43 31
Octal 323 51 114 0 121 100 21 534 103 61
Binary 11010011 101001 1001100 0 1010001 1000000 10001 101011100 1000011 110001

Color Harmonies of #D3294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3294C

Black with #D3294C

Text Example


Text Example

White with #D3294C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3294C; }

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

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

background-color css

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

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

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

border-color css

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

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

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