Html Css Color HEX #D5364A Brick Red

📋 copy color: '#D5364A'

red 213 ◦ green 54 ◦ blue 74

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

Shades of Brick Red #D5364A

Tints of Brick Red #D5364A

RGB

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

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

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

R = 62.46%
G = 15.84%
B = 21.7%

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

#D5364A (or 0xD5364A) is known color: Brick Red. HEX triplet: D5, 36 and 4A. RGB value is (213,54,74). Sum of RGB (Red+Green+Blue) = 213+54+74=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D5364A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5364A is #2AC9B5. Grayscale: #676767. Windows color (decimal): -2804150 or 4863701. OLE color: 4863701.

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

Color convert

RGB 213 54 74 -
CMYK 0 0.75 0.65 0.16
HSL 352.45º 0.65% 0.52% -
HSV(B) 352.45º 0.75% 0.84% -
XYZ 30 17.28 8.23 -
YUV 103.82 111.18 205.87 -
System Red Green Blue C M Y K H S L
Decimal 213 54 74 0 0.75 0.65 0.16 352.45 0.65 0.52
Hex D5 36 4A 0 4B 41 10 160 41 34
Octal 325 66 112 0 113 101 20 540 101 64
Binary 11010101 110110 1001010 0 1001011 1000001 10000 101100000 1000001 110100

Color Harmonies of #D5364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5364A

Black with #D5364A

Text Example


Text Example

White with #D5364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5364A; }

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

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

background-color css

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

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

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

border-color css

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

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

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