Html Css Color HEX #D13A4D Brick Red

📋 copy color: '#D13A4D'

red 209 ◦ green 58 ◦ blue 77

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

Shades of Brick Red #D13A4D

Tints of Brick Red #D13A4D

RGB

 RED value IS 209 (82.03% from 255) = 60.76%

 GREEN value IS 58 (23.05% from 255) = 16.86%

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

R = 60.76%
G = 16.86%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D13A4D (or 0xD13A4D) is known color: Brick Red. HEX triplet: D1, 3A and 4D. RGB value is (209,58,77). Sum of RGB (Red+Green+Blue) = 209+58+77=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13A4D is #2EC5B2. Grayscale: #696969. Windows color (decimal): -3065267 or 5061329. OLE color: 5061329.

HSL color Cylindrical-coordinate representation of color #D13A4D: hue angle of 352.45º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13A4D is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 58 77 -
CMYK 0 0.72 0.63 0.18
HSL 352.45º 0.62% 0.52% -
HSV(B) 352.45º 0.72% 0.82% -
XYZ 29.15 17.12 8.79 -
YUV 105.32 112.03 201.96 -
System Red Green Blue C M Y K H S L
Decimal 209 58 77 0 0.72 0.63 0.18 352.45 0.62 0.52
Hex D1 3A 4D 0 48 3F 12 160 3E 34
Octal 321 72 115 0 110 77 22 540 76 64
Binary 11010001 111010 1001101 0 1001000 111111 10010 101100000 111110 110100

Color Harmonies of #D13A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A4D

Black with #D13A4D

Text Example


Text Example

White with #D13A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A4D; }

 p { color: rgb(209,58,77); }

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

background-color css

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

 a { background-color: rgb(209,58,77); }

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

border-color css

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

 span { border-color: rgb(209,58,77); }

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