Html Css Color HEX #D12D49 Brick Red

📋 copy color: '#D12D49'

red 209 ◦ green 45 ◦ blue 73

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

Shades of Brick Red #D12D49

Tints of Brick Red #D12D49

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.76%

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

R = 63.91%
G = 13.76%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D12D49 (or 0xD12D49) is known color: Brick Red. HEX triplet: D1, 2D and 49. RGB value is (209,45,73). Sum of RGB (Red+Green+Blue) = 209+45+73=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12D49 is #2ED2B6. Grayscale: #616161. Windows color (decimal): -3068599 or 4795857. OLE color: 4795857.

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

Color convert

RGB 209 45 73 -
CMYK 0 0.78 0.65 0.18
HSL 349.76º 0.65% 0.5% -
HSV(B) 349.76º 0.78% 0.82% -
XYZ 28.44 15.91 7.88 -
YUV 97.23 114.33 207.72 -
System Red Green Blue C M Y K H S L
Decimal 209 45 73 0 0.78 0.65 0.18 349.76 0.65 0.5
Hex D1 2D 49 0 4E 41 12 15E 41 32
Octal 321 55 111 0 116 101 22 536 101 62
Binary 11010001 101101 1001001 0 1001110 1000001 10010 101011110 1000001 110010

Color Harmonies of #D12D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12D49

Black with #D12D49

Text Example


Text Example

White with #D12D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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