Html Css Color HEX #D13249 Brick Red

📋 copy color: '#D13249'

red 209 ◦ green 50 ◦ blue 73

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

Shades of Brick Red #D13249

Tints of Brick Red #D13249

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.06%

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

R = 62.95%
G = 15.06%
B = 21.99%

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

#D13249 (or 0xD13249) is known color: Brick Red. HEX triplet: D1, 32 and 49. RGB value is (209,50,73). Sum of RGB (Red+Green+Blue) = 209+50+73=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D13249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13249 is #2ECDB6. Grayscale: #646464. Windows color (decimal): -3067319 or 4797137. OLE color: 4797137.

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

Color convert

RGB 209 50 73 -
CMYK 0 0.76 0.65 0.18
HSL 351.32º 0.63% 0.51% -
HSV(B) 351.32º 0.76% 0.82% -
XYZ 28.64 16.32 7.94 -
YUV 100.16 112.68 205.63 -
System Red Green Blue C M Y K H S L
Decimal 209 50 73 0 0.76 0.65 0.18 351.32 0.63 0.51
Hex D1 32 49 0 4C 41 12 15F 3F 33
Octal 321 62 111 0 114 101 22 537 77 63
Binary 11010001 110010 1001001 0 1001100 1000001 10010 101011111 111111 110011

Color Harmonies of #D13249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13249

Black with #D13249

Text Example


Text Example

White with #D13249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13249; }

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

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

background-color css

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

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

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

border-color css

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

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

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