Html Css Color HEX #D5394D Brick Red

📋 copy color: '#D5394D'

red 213 ◦ green 57 ◦ blue 77

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

Shades of Brick Red #D5394D

Tints of Brick Red #D5394D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.43%

 BLUE value IS 77 (30.47% from 255) = 22.19%

R = 61.38%
G = 16.43%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5394D (or 0xD5394D) is known color: Brick Red. HEX triplet: D5, 39 and 4D. RGB value is (213,57,77). Sum of RGB (Red+Green+Blue) = 213+57+77=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D5394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5394D is #2AC6B2. Grayscale: #6A6A6A. Windows color (decimal): -2803379 or 5061077. OLE color: 5061077.

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

Color convert

RGB 213 57 77 -
CMYK 0 0.73 0.64 0.16
HSL 352.31º 0.65% 0.53% -
HSV(B) 352.31º 0.73% 0.84% -
XYZ 30.24 17.61 8.83 -
YUV 105.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 213 57 77 0 0.73 0.64 0.16 352.31 0.65 0.53
Hex D5 39 4D 0 49 40 10 160 41 35
Octal 325 71 115 0 111 100 20 540 101 65
Binary 11010101 111001 1001101 0 1001001 1000000 10000 101100000 1000001 110101

Color Harmonies of #D5394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5394D

Black with #D5394D

Text Example


Text Example

White with #D5394D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5394D; }

 p { color: rgb(213,57,77); }

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

background-color css

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

 a { background-color: rgb(213,57,77); }

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

border-color css

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

 span { border-color: rgb(213,57,77); }

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