Html Css Color HEX #D5364B Brick Red

📋 copy color: '#D5364B'

red 213 ◦ green 54 ◦ blue 75

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

Shades of Brick Red #D5364B

Tints of Brick Red #D5364B

RGB

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

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

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

R = 62.28%
G = 15.79%
B = 21.93%

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

#D5364B (or 0xD5364B) is known color: Brick Red. HEX triplet: D5, 36 and 4B. RGB value is (213,54,75). Sum of RGB (Red+Green+Blue) = 213+54+75=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D5364B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5364B is #2AC9B4. Grayscale: #686868. Windows color (decimal): -2804149 or 4929237. OLE color: 4929237.

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

Color convert

RGB 213 54 75 -
CMYK 0 0.75 0.65 0.16
HSL 352.08º 0.65% 0.52% -
HSV(B) 352.08º 0.75% 0.84% -
XYZ 30.03 17.29 8.41 -
YUV 103.94 111.68 205.79 -
System Red Green Blue C M Y K H S L
Decimal 213 54 75 0 0.75 0.65 0.16 352.08 0.65 0.52
Hex D5 36 4B 0 4B 41 10 160 41 34
Octal 325 66 113 0 113 101 20 540 101 64
Binary 11010101 110110 1001011 0 1001011 1000001 10000 101100000 1000001 110100

Color Harmonies of #D5364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5364B

Black with #D5364B

Text Example


Text Example

White with #D5364B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5364B; }

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

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

background-color css

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

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

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

border-color css

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

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

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