Html Css Color HEX #D13544 Brick Red

📋 copy color: '#D13544'

red 209 ◦ green 53 ◦ blue 68

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

Shades of Brick Red #D13544

Tints of Brick Red #D13544

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.06%

 BLUE value IS 68 (26.95% from 255) = 20.61%

R = 63.33%
G = 16.06%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D13544 (or 0xD13544) is known color: Brick Red. HEX triplet: D1, 35 and 44. RGB value is (209,53,68). Sum of RGB (Red+Green+Blue) = 209+53+68=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D13544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13544 is #2ECABB. Grayscale: #656565. Windows color (decimal): -3066556 or 4470225. OLE color: 4470225.

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

Color convert

RGB 209 53 68 -
CMYK 0 0.75 0.67 0.18
HSL 354.23º 0.63% 0.51% -
HSV(B) 354.23º 0.75% 0.82% -
XYZ 28.61 16.52 7.15 -
YUV 101.35 109.18 204.78 -
System Red Green Blue C M Y K H S L
Decimal 209 53 68 0 0.75 0.67 0.18 354.23 0.63 0.51
Hex D1 35 44 0 4B 43 12 162 3F 33
Octal 321 65 104 0 113 103 22 542 77 63
Binary 11010001 110101 1000100 0 1001011 1000011 10010 101100010 111111 110011

Color Harmonies of #D13544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13544

Black with #D13544

Text Example


Text Example

White with #D13544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13544; }

 p { color: rgb(209,53,68); }

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

background-color css

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

 a { background-color: rgb(209,53,68); }

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

border-color css

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

 span { border-color: rgb(209,53,68); }

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