Html Css Color HEX #D13349 Brick Red

📋 copy color: '#D13349'

red 209 ◦ green 51 ◦ blue 73

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

Shades of Brick Red #D13349

Tints of Brick Red #D13349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.32%

 BLUE value IS 73 (28.91% from 255) = 21.92%

R = 62.76%
G = 15.32%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D13349 (or 0xD13349) is known color: Brick Red. HEX triplet: D1, 33 and 49. RGB value is (209,51,73). Sum of RGB (Red+Green+Blue) = 209+51+73=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D13349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13349 is #2ECCB6. Grayscale: #646464. Windows color (decimal): -3067063 or 4797393. OLE color: 4797393.

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

Color convert

RGB 209 51 73 -
CMYK 0 0.76 0.65 0.18
HSL 351.65º 0.63% 0.51% -
HSV(B) 351.65º 0.76% 0.82% -
XYZ 28.68 16.4 7.96 -
YUV 100.75 112.35 205.21 -
System Red Green Blue C M Y K H S L
Decimal 209 51 73 0 0.76 0.65 0.18 351.65 0.63 0.51
Hex D1 33 49 0 4C 41 12 160 3F 33
Octal 321 63 111 0 114 101 22 540 77 63
Binary 11010001 110011 1001001 0 1001100 1000001 10010 101100000 111111 110011

Color Harmonies of #D13349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13349

Black with #D13349

Text Example


Text Example

White with #D13349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13349; }

 p { color: rgb(209,51,73); }

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

background-color css

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

 a { background-color: rgb(209,51,73); }

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

border-color css

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

 span { border-color: rgb(209,51,73); }

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