Html Css Color HEX #D5354A Brick Red

📋 copy color: '#D5354A'

red 213 ◦ green 53 ◦ blue 74

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

Shades of Brick Red #D5354A

Tints of Brick Red #D5354A

RGB

 RED value IS 213 (83.59% from 255) = 62.65%

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

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

R = 62.65%
G = 15.59%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5354A (or 0xD5354A) is known color: Brick Red. HEX triplet: D5, 35 and 4A. RGB value is (213,53,74). Sum of RGB (Red+Green+Blue) = 213+53+74=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D5354A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5354A is #2ACAB5. Grayscale: #676767. Windows color (decimal): -2804406 or 4863445. OLE color: 4863445.

HSL color Cylindrical-coordinate representation of color #D5354A: hue angle of 352.12º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D5354A is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 53 74 -
CMYK 0 0.75 0.65 0.16
HSL 352.13º 0.66% 0.52% -
HSV(B) 352.13º 0.75% 0.84% -
XYZ 29.95 17.19 8.22 -
YUV 103.23 111.51 206.29 -
System Red Green Blue C M Y K H S L
Decimal 213 53 74 0 0.75 0.65 0.16 352.13 0.66 0.52
Hex D5 35 4A 0 4B 41 10 160 42 34
Octal 325 65 112 0 113 101 20 540 102 64
Binary 11010101 110101 1001010 0 1001011 1000001 10000 101100000 1000010 110100

Color Harmonies of #D5354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5354A

Black with #D5354A

Text Example


Text Example

White with #D5354A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5354A; }

 p { color: rgb(213,53,74); }

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

background-color css

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

 a { background-color: rgb(213,53,74); }

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

border-color css

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

 span { border-color: rgb(213,53,74); }

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