Html Css Color HEX #D5354B Brick Red

📋 copy color: '#D5354B'

red 213 ◦ green 53 ◦ blue 75

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

Shades of Brick Red #D5354B

Tints of Brick Red #D5354B

RGB

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

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

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

R = 62.46%
G = 15.54%
B = 21.99%

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

#D5354B (or 0xD5354B) is known color: Brick Red. HEX triplet: D5, 35 and 4B. RGB value is (213,53,75). Sum of RGB (Red+Green+Blue) = 213+53+75=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D5354B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5354B is #2ACAB4. Grayscale: #676767. Windows color (decimal): -2804405 or 4928981. OLE color: 4928981.

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

Color convert

RGB 213 53 75 -
CMYK 0 0.75 0.65 0.16
HSL 351.75º 0.66% 0.52% -
HSV(B) 351.75º 0.75% 0.84% -
XYZ 29.98 17.2 8.4 -
YUV 103.35 112.01 206.21 -
System Red Green Blue C M Y K H S L
Decimal 213 53 75 0 0.75 0.65 0.16 351.75 0.66 0.52
Hex D5 35 4B 0 4B 41 10 160 42 34
Octal 325 65 113 0 113 101 20 540 102 64
Binary 11010101 110101 1001011 0 1001011 1000001 10000 101100000 1000010 110100

Color Harmonies of #D5354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5354B

Black with #D5354B

Text Example


Text Example

White with #D5354B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5354B; }

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

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

background-color css

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

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

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

border-color css

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

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

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