Html Css Color HEX #D12946 Brick Red

📋 copy color: '#D12946'

red 209 ◦ green 41 ◦ blue 70

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

Shades of Brick Red #D12946

Tints of Brick Red #D12946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.88%

R = 65.31%
G = 12.81%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D12946 (or 0xD12946) is known color: Brick Red. HEX triplet: D1, 29 and 46. RGB value is (209,41,70). Sum of RGB (Red+Green+Blue) = 209+41+70=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D12946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12946 is #2ED6B9. Grayscale: #5E5E5E. Windows color (decimal): -3069626 or 4598225. OLE color: 4598225.

HSL color Cylindrical-coordinate representation of color #D12946: hue angle of 349.64º 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 #D12946 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 41 70 -
CMYK 0 0.80 0.67 0.18
HSL 349.64º 0.67% 0.49% -
HSV(B) 349.64º 0.8% 0.82% -
XYZ 28.19 15.58 7.32 -
YUV 94.54 114.16 209.64 -
System Red Green Blue C M Y K H S L
Decimal 209 41 70 0 0.80 0.67 0.18 349.64 0.67 0.49
Hex D1 29 46 0 50 43 12 15E 43 31
Octal 321 51 106 0 120 103 22 536 103 61
Binary 11010001 101001 1000110 0 1010000 1000011 10010 101011110 1000011 110001

Color Harmonies of #D12946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12946

Black with #D12946

Text Example


Text Example

White with #D12946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12946; }

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

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

background-color css

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

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

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

border-color css

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

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

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