Html Css Color HEX #D12549 Brick Red

📋 copy color: '#D12549'

red 209 ◦ green 37 ◦ blue 73

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

Shades of Brick Red #D12549

Tints of Brick Red #D12549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.6%

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

R = 65.52%
G = 11.6%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D12549 (or 0xD12549) is known color: Brick Red. HEX triplet: D1, 25 and 49. RGB value is (209,37,73). Sum of RGB (Red+Green+Blue) = 209+37+73=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D12549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12549 is #2EDAB6. Grayscale: #5C5C5C. Windows color (decimal): -3070647 or 4793809. OLE color: 4793809.

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

Color convert

RGB 209 37 73 -
CMYK 0 0.82 0.65 0.18
HSL 347.44º 0.7% 0.48% -
HSV(B) 347.44º 0.82% 0.82% -
XYZ 28.16 15.36 7.78 -
YUV 92.53 116.98 211.07 -
System Red Green Blue C M Y K H S L
Decimal 209 37 73 0 0.82 0.65 0.18 347.44 0.7 0.48
Hex D1 25 49 0 52 41 12 15B 46 30
Octal 321 45 111 0 122 101 22 533 106 60
Binary 11010001 100101 1001001 0 1010010 1000001 10010 101011011 1000110 110000

Color Harmonies of #D12549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12549

Black with #D12549

Text Example


Text Example

White with #D12549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12549; }

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

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

background-color css

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

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

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

border-color css

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

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

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