Html Css Color HEX #D12149 Brick Red

📋 copy color: '#D12149'

red 209 ◦ green 33 ◦ blue 73

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

Shades of Brick Red #D12149

Tints of Brick Red #D12149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.48%

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

R = 66.35%
G = 10.48%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D12149 (or 0xD12149) is known color: Brick Red. HEX triplet: D1, 21 and 49. RGB value is (209,33,73). Sum of RGB (Red+Green+Blue) = 209+33+73=315 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.35% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 209 - color contains mainly: red. Hex color #D12149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12149 is #2EDEB6. Grayscale: #5A5A5A. Windows color (decimal): -3071671 or 4792785. OLE color: 4792785.

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

Color convert

RGB 209 33 73 -
CMYK 0 0.84 0.65 0.18
HSL 346.36º 0.73% 0.47% -
HSV(B) 346.36º 0.84% 0.82% -
XYZ 28.04 15.12 7.74 -
YUV 90.18 118.31 212.75 -
System Red Green Blue C M Y K H S L
Decimal 209 33 73 0 0.84 0.65 0.18 346.36 0.73 0.47
Hex D1 21 49 0 54 41 12 15A 49 2F
Octal 321 41 111 0 124 101 22 532 111 57
Binary 11010001 100001 1001001 0 1010100 1000001 10010 101011010 1001001 101111

Color Harmonies of #D12149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12149

Black with #D12149

Text Example


Text Example

White with #D12149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12149; }

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

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

background-color css

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

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

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

border-color css

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

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

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