Html Css Color HEX #D12349 Brick Red

📋 copy color: '#D12349'

red 209 ◦ green 35 ◦ blue 73

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

Shades of Brick Red #D12349

Tints of Brick Red #D12349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.04%

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

R = 65.93%
G = 11.04%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D12349 (or 0xD12349) is known color: Brick Red. HEX triplet: D1, 23 and 49. RGB value is (209,35,73). Sum of RGB (Red+Green+Blue) = 209+35+73=317 (41% of max value = 765). Red value is 209 (82.03% from 255 or 65.93% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 209 - color contains mainly: red. Hex color #D12349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12349 is #2EDCB6. Grayscale: #5B5B5B. Windows color (decimal): -3071159 or 4793297. OLE color: 4793297.

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

Color convert

RGB 209 35 73 -
CMYK 0 0.83 0.65 0.18
HSL 346.9º 0.71% 0.48% -
HSV(B) 346.9º 0.83% 0.82% -
XYZ 28.1 15.24 7.76 -
YUV 91.36 117.65 211.91 -
System Red Green Blue C M Y K H S L
Decimal 209 35 73 0 0.83 0.65 0.18 346.9 0.71 0.48
Hex D1 23 49 0 53 41 12 15B 47 30
Octal 321 43 111 0 123 101 22 533 107 60
Binary 11010001 100011 1001001 0 1010011 1000001 10010 101011011 1000111 110000

Color Harmonies of #D12349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12349

Black with #D12349

Text Example


Text Example

White with #D12349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12349; }

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

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

background-color css

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

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

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

border-color css

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

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

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