Html Css Color HEX #D3344A Brick Red

📋 copy color: '#D3344A'

red 211 ◦ green 52 ◦ blue 74

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

Shades of Brick Red #D3344A

Tints of Brick Red #D3344A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.96%

R = 62.61%
G = 15.43%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D3344A (or 0xD3344A) is known color: Brick Red. HEX triplet: D3, 34 and 4A. RGB value is (211,52,74). Sum of RGB (Red+Green+Blue) = 211+52+74=337 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.61% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 211 - color contains mainly: red. Hex color #D3344A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3344A is #2CCBB5. Grayscale: #666666. Windows color (decimal): -2935734 or 4863187. OLE color: 4863187.

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

Color convert

RGB 211 52 74 -
CMYK 0 0.75 0.65 0.17
HSL 351.7º 0.64% 0.52% -
HSV(B) 351.7º 0.75% 0.83% -
XYZ 29.33 16.8 8.18 -
YUV 102.05 112.18 205.71 -
System Red Green Blue C M Y K H S L
Decimal 211 52 74 0 0.75 0.65 0.17 351.7 0.64 0.52
Hex D3 34 4A 0 4B 41 11 160 40 34
Octal 323 64 112 0 113 101 21 540 100 64
Binary 11010011 110100 1001010 0 1001011 1000001 10001 101100000 1000000 110100

Color Harmonies of #D3344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3344A

Black with #D3344A

Text Example


Text Example

White with #D3344A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3344A; }

 p { color: rgb(211,52,74); }

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

background-color css

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

 a { background-color: rgb(211,52,74); }

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

border-color css

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

 span { border-color: rgb(211,52,74); }

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