Html Css Color HEX #D13A4A Brick Red

📋 copy color: '#D13A4A'

red 209 ◦ green 58 ◦ blue 74

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

Shades of Brick Red #D13A4A

Tints of Brick Red #D13A4A

RGB

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

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

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

R = 61.29%
G = 17.01%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D13A4A (or 0xD13A4A) is known color: Brick Red. HEX triplet: D1, 3A and 4A. RGB value is (209,58,74). Sum of RGB (Red+Green+Blue) = 209+58+74=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13A4A is #2EC5B5. Grayscale: #696969. Windows color (decimal): -3065270 or 4864721. OLE color: 4864721.

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

Color convert

RGB 209 58 74 -
CMYK 0 0.72 0.65 0.18
HSL 353.64º 0.62% 0.52% -
HSV(B) 353.64º 0.72% 0.82% -
XYZ 29.04 17.08 8.24 -
YUV 104.97 110.53 202.2 -
System Red Green Blue C M Y K H S L
Decimal 209 58 74 0 0.72 0.65 0.18 353.64 0.62 0.52
Hex D1 3A 4A 0 48 41 12 162 3E 34
Octal 321 72 112 0 110 101 22 542 76 64
Binary 11010001 111010 1001010 0 1001000 1000001 10010 101100010 111110 110100

Color Harmonies of #D13A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A4A

Black with #D13A4A

Text Example


Text Example

White with #D13A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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