Html Css Color HEX #D5394B Brick Red

📋 copy color: '#D5394B'

red 213 ◦ green 57 ◦ blue 75

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

Shades of Brick Red #D5394B

Tints of Brick Red #D5394B

RGB

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

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

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

R = 61.74%
G = 16.52%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5394B (or 0xD5394B) is known color: Brick Red. HEX triplet: D5, 39 and 4B. RGB value is (213,57,75). Sum of RGB (Red+Green+Blue) = 213+57+75=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D5394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5394B is #2AC6B4. Grayscale: #696969. Windows color (decimal): -2803381 or 4930005. OLE color: 4930005.

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

Color convert

RGB 213 57 75 -
CMYK 0 0.73 0.65 0.16
HSL 353.08º 0.65% 0.53% -
HSV(B) 353.08º 0.73% 0.84% -
XYZ 30.17 17.58 8.46 -
YUV 105.7 110.68 204.54 -
System Red Green Blue C M Y K H S L
Decimal 213 57 75 0 0.73 0.65 0.16 353.08 0.65 0.53
Hex D5 39 4B 0 49 41 10 161 41 35
Octal 325 71 113 0 111 101 20 541 101 65
Binary 11010101 111001 1001011 0 1001001 1000001 10000 101100001 1000001 110101

Color Harmonies of #D5394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5394B

Black with #D5394B

Text Example


Text Example

White with #D5394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5394B; }

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

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

background-color css

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

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

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

border-color css

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

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

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