Html Css Color HEX #D12346 Brick Red

📋 copy color: '#D12346'

red 209 ◦ green 35 ◦ blue 70

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

Shades of Brick Red #D12346

Tints of Brick Red #D12346

RGB

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

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

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

R = 66.56%
G = 11.15%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D12346 (or 0xD12346) is known color: Brick Red. HEX triplet: D1, 23 and 46. RGB value is (209,35,70). Sum of RGB (Red+Green+Blue) = 209+35+70=314 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.56% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 209 - color contains mainly: red. Hex color #D12346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12346 is #2EDCB9. Grayscale: #5B5B5B. Windows color (decimal): -3071162 or 4596689. OLE color: 4596689.

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

Color convert

RGB 209 35 70 -
CMYK 0 0.83 0.67 0.18
HSL 347.93º 0.71% 0.48% -
HSV(B) 347.93º 0.83% 0.82% -
XYZ 28 15.2 7.25 -
YUV 91.02 116.15 212.15 -
System Red Green Blue C M Y K H S L
Decimal 209 35 70 0 0.83 0.67 0.18 347.93 0.71 0.48
Hex D1 23 46 0 53 43 12 15C 47 30
Octal 321 43 106 0 123 103 22 534 107 60
Binary 11010001 100011 1000110 0 1010011 1000011 10010 101011100 1000111 110000

Color Harmonies of #D12346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12346

Black with #D12346

Text Example


Text Example

White with #D12346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12346; }

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

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

background-color css

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

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

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

border-color css

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

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

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