Html Css Color HEX #D5364C Brick Red

📋 copy color: '#D5364C'

red 213 ◦ green 54 ◦ blue 76

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

Shades of Brick Red #D5364C

Tints of Brick Red #D5364C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.74%

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

R = 62.1%
G = 15.74%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5364C (or 0xD5364C) is known color: Brick Red. HEX triplet: D5, 36 and 4C. RGB value is (213,54,76). Sum of RGB (Red+Green+Blue) = 213+54+76=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D5364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5364C is #2AC9B3. Grayscale: #686868. Windows color (decimal): -2804148 or 4994773. OLE color: 4994773.

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

Color convert

RGB 213 54 76 -
CMYK 0 0.75 0.64 0.16
HSL 351.7º 0.65% 0.52% -
HSV(B) 351.7º 0.75% 0.84% -
XYZ 30.06 17.31 8.59 -
YUV 104.05 112.18 205.71 -
System Red Green Blue C M Y K H S L
Decimal 213 54 76 0 0.75 0.64 0.16 351.7 0.65 0.52
Hex D5 36 4C 0 4B 40 10 160 41 34
Octal 325 66 114 0 113 100 20 540 101 64
Binary 11010101 110110 1001100 0 1001011 1000000 10000 101100000 1000001 110100

Color Harmonies of #D5364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5364C

Black with #D5364C

Text Example


Text Example

White with #D5364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5364C; }

 p { color: rgb(213,54,76); }

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

background-color css

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

 a { background-color: rgb(213,54,76); }

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

border-color css

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

 span { border-color: rgb(213,54,76); }

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