Html Css Color HEX #D3354B Brick Red

📋 copy color: '#D3354B'

red 211 ◦ green 53 ◦ blue 75

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

Shades of Brick Red #D3354B

Tints of Brick Red #D3354B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.63%

 BLUE value IS 75 (29.69% from 255) = 22.12%

R = 62.24%
G = 15.63%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D3354B (or 0xD3354B) is known color: Brick Red. HEX triplet: D3, 35 and 4B. RGB value is (211,53,75). Sum of RGB (Red+Green+Blue) = 211+53+75=339 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.24% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 211 - color contains mainly: red. Hex color #D3354B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3354B is #2CCAB4. Grayscale: #666666. Windows color (decimal): -2935477 or 4928979. OLE color: 4928979.

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

Color convert

RGB 211 53 75 -
CMYK 0 0.75 0.64 0.17
HSL 351.65º 0.64% 0.52% -
HSV(B) 351.65º 0.75% 0.83% -
XYZ 29.41 16.9 8.37 -
YUV 102.75 112.35 205.21 -
System Red Green Blue C M Y K H S L
Decimal 211 53 75 0 0.75 0.64 0.17 351.65 0.64 0.52
Hex D3 35 4B 0 4B 40 11 160 40 34
Octal 323 65 113 0 113 100 21 540 100 64
Binary 11010011 110101 1001011 0 1001011 1000000 10001 101100000 1000000 110100

Color Harmonies of #D3354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3354B

Black with #D3354B

Text Example


Text Example

White with #D3354B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3354B; }

 p { color: rgb(211,53,75); }

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

background-color css

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

 a { background-color: rgb(211,53,75); }

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

border-color css

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

 span { border-color: rgb(211,53,75); }

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