Html Css Color HEX #D12949 Brick Red

📋 copy color: '#D12949'

red 209 ◦ green 41 ◦ blue 73

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

Shades of Brick Red #D12949

Tints of Brick Red #D12949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.69%

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

R = 64.71%
G = 12.69%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D12949 (or 0xD12949) is known color: Brick Red. HEX triplet: D1, 29 and 49. RGB value is (209,41,73). Sum of RGB (Red+Green+Blue) = 209+41+73=323 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.71% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 209 - color contains mainly: red. Hex color #D12949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12949 is #2ED6B6. Grayscale: #5E5E5E. Windows color (decimal): -3069623 or 4794833. OLE color: 4794833.

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

Color convert

RGB 209 41 73 -
CMYK 0 0.80 0.65 0.18
HSL 348.57º 0.67% 0.49% -
HSV(B) 348.57º 0.8% 0.82% -
XYZ 28.29 15.62 7.83 -
YUV 94.88 115.66 209.4 -
System Red Green Blue C M Y K H S L
Decimal 209 41 73 0 0.80 0.65 0.18 348.57 0.67 0.49
Hex D1 29 49 0 50 41 12 15D 43 31
Octal 321 51 111 0 120 101 22 535 103 61
Binary 11010001 101001 1001001 0 1010000 1000001 10010 101011101 1000011 110001

Color Harmonies of #D12949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12949

Black with #D12949

Text Example


Text Example

White with #D12949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12949; }

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

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

background-color css

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

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

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

border-color css

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

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

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